Linear Algebra Quiz: Eigenvalues Special Matrices
20 questions · exam conditions
0:00
Eigenvalues Special MatricesQuestion 1 of 20

Let TT be a 3×33 \times 3 upper triangular matrix with a trace of 6 and a determinant of -12. If two of its eigenvalues are 4 and -1, what is the third eigenvalue?

11
3-3
33
8-8
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Eigenvalues Special Matrices

Practice Eigenvalues Special Matrices in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Eigenvalues Special Matrices, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let TT be a 3×33 \times 3 upper triangular matrix with a trace of 6 and a determinant of -12. If two of its eigenvalues are 4 and -1, what is the third eigenvalue?

  1. 11
  2. 3-3
  3. 33 (correct answer)
  4. 8-8
Explanation: For any matrix, the trace is the sum of its eigenvalues, and the determinant is the product of its eigenvalues. Since TT is upper triangular, its diagonal entries are its eigenvalues. Let the eigenvalues be λ1,λ2,λ3\lambda_1, \lambda_2, \lambda_3. We are given λ1=4\lambda_1=4 and λ2=1\lambda_2=-1. Using the trace property: λ1+λ2+λ3=tr(T)    4+(1)+λ3=6    3+λ3=6    λ3=3\lambda_1 + \lambda_2 + \lambda_3 = \text{tr}(T) \implies 4 + (-1) + \lambda_3 = 6 \implies 3 + \lambda_3 = 6 \implies \lambda_3 = 3. We can verify this with the determinant: λ1λ2λ3=4(1)3=12\lambda_1 \cdot \lambda_2 \cdot \lambda_3 = 4 \cdot (-1) \cdot 3 = -12, which matches the given determinant.

Question 2

A matrix PP is idempotent if P2=PP^2=P. Let MM be a 3×33 \times 3 upper triangular matrix that is idempotent. If MM is not the zero matrix or the identity matrix, which of the following could be the trace of MM?

  1. 00
  2. 33
  3. 22 (correct answer)
  4. 1-1
Explanation: If λ\lambda is an eigenvalue of an idempotent matrix PP, then λ2\lambda^2 is an eigenvalue of P2P^2. Since P2=PP^2=P, their eigenvalues must be the same, so λ2=λ\lambda^2 = \lambda, which gives λ=0\lambda=0 or λ=1\lambda=1. The matrix MM is upper triangular, so its eigenvalues are its diagonal entries, and they must be either 0 or 1. The trace of MM is the sum of its eigenvalues. Since MM is not the zero matrix, its trace cannot be 0+0+0=00+0+0=0. Since MM is not the identity matrix, its trace cannot be 1+1+1=31+1+1=3. The only other possibilities for the set of eigenvalues are {1,0,0}\{1, 0, 0\} or {1,1,0}\{1, 1, 0\}. The corresponding traces are 1+0+0=11+0+0=1 or 1+1+0=21+1+0=2. Of the choices given, 2 is a possible value for the trace.

Question 3

The matrix A=(2340x500y)A = \begin{pmatrix} 2 & 3 & 4 \\ 0 & x & 5 \\ 0 & 0 & y \end{pmatrix} is similar to the diagonal matrix D=(200010003)D = \begin{pmatrix} 2 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & -3 \end{pmatrix}. What is the value of x+yx+y?

  1. 2-2 (correct answer)
  2. 00
  3. 22
  4. 88
Explanation: Similar matrices have the same set of eigenvalues. The eigenvalues of the upper triangular matrix AA are its diagonal entries: {2,x,y}\{2, x, y\}. The eigenvalues of the diagonal matrix DD are its diagonal entries: {2,1,3}\{2, 1, -3\}. Since the sets of eigenvalues must be identical, the set {x,y}\{x, y\} must be equal to the set {1,3}\{1, -3\}. Therefore, the sum is x+y=1+(3)=2x+y = 1 + (-3) = -2. Alternatively, since the trace is the sum of the eigenvalues and is invariant under similarity, tr(A)=tr(D)\text{tr}(A) = \text{tr}(D). So, 2+x+y=2+1+(3)=02+x+y = 2+1+(-3) = 0. Solving for x+yx+y gives x+y=2x+y = -2.

Question 4

Let PP be an orthogonal projection matrix onto a 22-dimensional subspace of R5\mathbb{R}^5. If Q=3P+2(IP)Q = 3P + 2(I - P), what are the possible eigenvalues of QQ?

  1. Only 22 and 33 with multiplicities 33 and 22 respectively (correct answer)
  2. Only 22 and 33 with multiplicities 22 and 33 respectively
  3. The eigenvalues 0,1,2,30, 1, 2, 3 with various multiplicities depending on the subspace
  4. Only 11 and 55 since tr(Q)=5\text{tr}(Q) = 5 and det(Q)=0\det(Q) = 0
Explanation: Since PP is an orthogonal projection onto a 2-dimensional subspace of R5\mathbb{R}^5, the eigenvalues of PP are 11 (with multiplicity 22) and 00 (with multiplicity 33). We can write Q=3P+2(IP)=3P+2I2P=P+2IQ = 3P + 2(I - P) = 3P + 2I - 2P = P + 2I. If λ\lambda is an eigenvalue of PP, then λ+2\lambda + 2 is an eigenvalue of QQ. Therefore, the eigenvalues of QQ are 1+2=31 + 2 = 3 (with multiplicity 22) and 0+2=20 + 2 = 2 (with multiplicity 33).

Question 5

Let UU be an n×nn \times n upper triangular matrix with eigenvalues λ1,,λn\lambda_1, \dots, \lambda_n. Let A=U3IA = U - 3I, where II is the n×nn \times n identity matrix. Which of the following represents the set of eigenvalues of matrix AA?

  1. The eigenvalues of UU remain unchanged, {λ1,,λn}\lbrace \lambda_1, \dots, \lambda_n \rbrace.
  2. The eigenvalues of UU are each shifted by -3, {λ13,,λn3}\lbrace \lambda_1 - 3, \dots, \lambda_n - 3 \rbrace. (correct answer)
  3. The eigenvalues of UU are each shifted by +3, {λ1+3,,λn+3}\lbrace \lambda_1 + 3, \dots, \lambda_n + 3 \rbrace.
  4. The eigenvalues of UU are each multiplied by -3, {3λ1,,3λn}\lbrace -3\lambda_1, \dots, -3\lambda_n \rbrace.
Explanation: If a matrix UU has an eigenvalue λ\lambda with corresponding eigenvector v\mathbf{v}, so that Uv=λvU\mathbf{v} = \lambda\mathbf{v}, then the matrix A=U3IA = U - 3I has an eigenvalue λ3\lambda - 3. This can be shown by Av=(U3I)v=Uv3Iv=λv3v=(λ3)vA\mathbf{v} = (U - 3I)\mathbf{v} = U\mathbf{v} - 3I\mathbf{v} = \lambda\mathbf{v} - 3\mathbf{v} = (\lambda - 3)\mathbf{v}. Thus, each eigenvalue of UU is shifted by -3 to become an eigenvalue of AA.

Question 6

Let AA be a 4×44 \times 4 upper triangular matrix with diagonal entries 2,3,3,52, 3, 3, 5. If B=A26A+9IB = A^2 - 6A + 9I, what can be concluded about the eigenvalues of BB?

  1. The eigenvalues of BB are 11,6,6,8-11, -6, -6, 8
  2. The eigenvalues of BB are 1,0,0,41, 0, 0, 4 with geometric multiplicities equal to algebraic multiplicities
  3. The eigenvalues of BB are 1,0,0,41, 0, 0, 4 but geometric multiplicities may be less than algebraic multiplicities (correct answer)
  4. The eigenvalues of BB cannot be determined without knowing the off-diagonal entries of AA
Explanation: Since AA is upper triangular, its eigenvalues are its diagonal entries: 2,3,3,52, 3, 3, 5. For any polynomial p(x)p(x), if λ\lambda is an eigenvalue of AA, then p(λ)p(\lambda) is an eigenvalue of p(A)p(A). Here p(x)=x26x+9=(x3)2p(x) = x^2 - 6x + 9 = (x-3)^2, so the eigenvalues of BB are (23)2=1(2-3)^2 = 1, (33)2=0(3-3)^2 = 0, (33)2=0(3-3)^2 = 0, and (53)2=4(5-3)^2 = 4. However, while the algebraic multiplicities are preserved, the geometric multiplicities may decrease when applying polynomial functions, so we cannot guarantee that geometric multiplicities equal algebraic multiplicities without more information about the Jordan form of AA.

Question 7

Consider the block diagonal matrix M=(2I300J)M = \begin{pmatrix} 2I_3 & 0 \\ 0 & J \end{pmatrix} where I3I_3 is the 3×33 \times 3 identity matrix and J=(410041004)J = \begin{pmatrix} 4 & 1 & 0 \\ 0 & 4 & 1 \\ 0 & 0 & 4 \end{pmatrix} . What is the algebraic multiplicity of eigenvalue 44 for matrix MM?

  1. The algebraic multiplicity is 11 since 44 appears once on the diagonal of JJ
  2. The algebraic multiplicity is 22 since there are two distinct blocks in MM
  3. The algebraic multiplicity is 33 since JJ is a 3×33 \times 3 Jordan block with eigenvalue 44 (correct answer)
  4. The algebraic multiplicity is 66 since 44 appears in both 2I32I_3 and JJ blocks
Explanation: For block diagonal matrices, the characteristic polynomial is the product of the characteristic polynomials of each block. The 2I32I_3 block contributes (λ2)3(\lambda - 2)^3 and the Jordan block JJ contributes (λ4)3(\lambda - 4)^3 since all diagonal entries of JJ are 44. Therefore, the characteristic polynomial of MM is (λ2)3(λ4)3(\lambda - 2)^3(\lambda - 4)^3, giving eigenvalue 44 an algebraic multiplicity of 33. The eigenvalue 22 also has algebraic multiplicity 33.

Question 8

Suppose AA is a 4×44 \times 4 skew-symmetric matrix over the real numbers. Which of the following statements about the eigenvalues of A2A^2 must be true?

  1. All eigenvalues of A2A^2 are real and nonpositive, with at least one zero eigenvalue
  2. All eigenvalues of A2A^2 are real and nonnegative, with algebraic multiplicities summing to 44
  3. A2A^2 may have complex eigenvalues since AA is not necessarily symmetric
  4. All eigenvalues of A2A^2 are real and nonpositive, with even algebraic multiplicities for nonzero eigenvalues (correct answer)
Explanation: When you encounter questions about eigenvalues of powers of special matrices, focus on how the matrix's structure constrains its spectral properties. Skew-symmetric matrices have unique characteristics that directly impact their eigenvalues and those of their powers. For a skew-symmetric matrix AA (where AT=AA^T = -A), the eigenvalues come in purely imaginary conjugate pairs ±iα\pm i\alpha for real α0\alpha \geq 0, plus possibly zero eigenvalues. Since AA is 4×44 \times 4, we have an even number of entries, so the eigenvalues appear as conjugate pairs with matching multiplicities. When we form A2A^2, each eigenvalue λ\lambda of AA becomes λ2\lambda^2 in A2A^2. If AA has eigenvalues ±iα\pm i\alpha, then A2A^2 has eigenvalues (±iα)2=α20(\pm i\alpha)^2 = -\alpha^2 \leq 0. Zero eigenvalues of AA remain zero in A2A^2. Since conjugate pairs from AA both map to the same negative real value α2-\alpha^2, each nonzero eigenvalue of A2A^2 has even algebraic multiplicity. Choice A incorrectly requires at least one zero eigenvalue, but this isn't guaranteed. Choice B wrongly claims eigenvalues are nonnegative—they're actually nonpositive since α20-\alpha^2 \leq 0. Choice C misunderstands that A2A^2 always has real eigenvalues regardless of AA's symmetry, since the purely imaginary eigenvalues of skew-symmetric AA square to real values. Remember: For skew-symmetric matrices, squaring converts purely imaginary eigenvalues to real, nonpositive ones with even multiplicities—this pairing principle is key to solving such problems.

Question 9

Consider the Toeplitz matrix T=(0111101111011110)T = \begin{pmatrix} 0 & 1 & 1 & 1 \\ 1 & 0 & 1 & 1 \\ 1 & 1 & 0 & 1 \\ 1 & 1 & 1 & 0 \end{pmatrix} . Given that this matrix can be written as T=JIT = J - I where JJ is the all-ones matrix and II is the identity, what is the second-largest eigenvalue of TT?

  1. 22 since the largest eigenvalue is 33 and eigenvalues are 3,2,1,03, 2, 1, 0
  2. 00 since JJ has eigenvalues 4,0,0,04, 0, 0, 0 and we subtract 11 from each
  3. 11 since the trace is 00 and eigenvalues must be symmetric about 00
  4. 1-1 since most eigenvalues of the all-ones matrix become 1-1 after subtracting II (correct answer)
Explanation: When you encounter a matrix that can be expressed as a combination of simpler matrices like T=JIT = J - I, the key insight is to find the eigenvalues of each component separately, then use linearity properties. The all-ones matrix JJ has a straightforward eigenvalue structure. Its largest eigenvalue is n=4n = 4 (the matrix size) with eigenvector (1,1,1,1)T(1,1,1,1)^T, since JJ maps this vector to 4(1,1,1,1)T4(1,1,1,1)^T. The remaining three eigenvalues are all 00, corresponding to any vector orthogonal to (1,1,1,1)T(1,1,1,1)^T, such as (1,1,0,0)T(1,-1,0,0)^T, (1,0,1,0)T(1,0,-1,0)^T, and (1,0,0,1)T(1,0,0,-1)^T. Since T=JIT = J - I, and eigenvalues behave linearly under such operations, we subtract 11 from each eigenvalue of JJ. This gives us eigenvalues: 41=34-1=3, 01=10-1=-1, 01=10-1=-1, and 01=10-1=-1. Therefore, the eigenvalues of TT are 3,1,1,13, -1, -1, -1, making the second-largest eigenvalue 1-1. Choice A incorrectly assumes eigenvalues follow a simple arithmetic sequence. Choice B makes the error of thinking we subtract 11 from the 44 eigenvalue only, missing that we subtract from all eigenvalues. Choice C misapplies the trace condition—while the trace is indeed 00, eigenvalues need not be symmetric about zero. Study tip: When a matrix is expressed as a linear combination of simpler matrices, find the eigenvalues of each component first, then apply the linear transformation to those eigenvalues directly.

Question 10

Consider the matrix A=(3ab03c005)A = \begin{pmatrix} 3 & a & b \\ 0 & 3 & c \\ 0 & 0 & 5 \end{pmatrix} where a,b,ca, b, c are nonzero real numbers. If det(A3I)=0\det(A - 3I) = 0, what can be concluded about the geometric multiplicity of eigenvalue 33?

  1. The geometric multiplicity is 22 since the algebraic multiplicity is 22
  2. The geometric multiplicity is 11 regardless of the values of a,b,ca, b, c (correct answer)
  3. The geometric multiplicity is 22 if and only if c=0c = 0
  4. The geometric multiplicity depends on whether ac=bac = b
Explanation: The matrix A3I=(0ab00c002)A - 3I = \begin{pmatrix} 0 & a & b \\ 0 & 0 & c \\ 0 & 0 & 2 \end{pmatrix} . The geometric multiplicity of eigenvalue 33 equals 3rank(A3I)3 - \text{rank}(A - 3I). Since the second and third columns are linearly independent (the third column has a nonzero entry in position (3,3)(3,3) while the second column has zero there, and c0c \neq 0), and the first column is zero, we have rank(A3I)=2\text{rank}(A - 3I) = 2. Therefore, the geometric multiplicity is 32=13 - 2 = 1, regardless of the specific nonzero values of a,b,ca, b, c.

Question 11

Consider the circulant matrix C=(123312231)C = \begin{pmatrix} 1 & 2 & 3 \\ 3 & 1 & 2 \\ 2 & 3 & 1 \end{pmatrix} . If ω=e2πi/3\omega = e^{2\pi i/3} is a primitive cube root of unity, what is the eigenvalue corresponding to eigenvector $$ \begin{pmatrix} 1 \ \omega^2 \ \omega^4 \end{pmatrix}

  1. 1+2ω2+3ω4=1+2ω2+3ω1 + 2\omega^2 + 3\omega^4 = 1 + 2\omega^2 + 3\omega (correct answer)
  2. 1+2ω+3ω21 + 2\omega + 3\omega^2
  3. 66 since this is the sum of all entries in the first row
  4. 1+2ω4+3ω8=1+2ω+3ω21 + 2\omega^4 + 3\omega^8 = 1 + 2\omega + 3\omega^2
Explanation: For a circulant matrix with first row (c0,c1,,cn1)(c_0, c_1, \ldots, c_{n-1}), the eigenvalue corresponding to eigenvector (1, \omega^k, \omega^{2k}, \ldots, \omega^{(n-1)k})^T$ is \sum_{j=0}^{n-1} c_j \omega^{jk}.Herewehave. Here we have k=2(sincetheeigenvectoris(since the eigenvector is(1, \omega^2, \omega^4)^T),andthefirstrowis), and the first row is (1, 2, 3).Theeigenvalueis. The eigenvalue is 1 \cdot \omega^0 + 2 \cdot \omega^2 + 3 \cdot \omega^4.Since. Since \omega^3 = 1,wehave, we have \omega^4 = \omega^{3+1} = \omega^3 \cdot \omega = \omega.Thereforetheeigenvalueis. Therefore the eigenvalue is 1 + 2\omega^2 + 3\omega$$.

Question 12

Let LL be a 3×33 \times 3 lower triangular matrix with diagonal entries d1,d2,d3d_1, d_2, d_3. Let DD be a diagonal matrix with diagonal entries 2,1,32, 1, 3. The product M=LDM=LD is formed. What are the diagonal entries of the resulting matrix MM?

  1. d1+2,d2+1,d3+3d_1+2, d_2+1, d_3+3
  2. 2d1,d2,3d32d_1, d_2, 3d_3 (correct answer)
  3. d1,d2,d3d_1, d_2, d_3
  4. 2,1,32, 1, 3
Explanation: When a matrix LL is post-multiplied (multiplied on the right) by a diagonal matrix DD, the jj-th column of LL is scaled by the jj-th diagonal entry of DD. Let L=(d100l21d20l31l32d3)L = \begin{pmatrix} d_1 & 0 & 0 \\ l_{21} & d_2 & 0 \\ l_{31} & l_{32} & d_3 \end{pmatrix} and D=(200010003)D = \begin{pmatrix} 2 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \end{pmatrix}. The product is M=LD=(2d1002l211d202l311l323d3)M = LD = \begin{pmatrix} 2d_1 & 0 & 0 \\ 2l_{21} & 1d_2 & 0 \\ 2l_{31} & 1l_{32} & 3d_3 \end{pmatrix}. The resulting matrix MM is also lower triangular, and its diagonal entries are 2d1,d2,3d32d_1, d_2, 3d_3.

Question 13

Let SS be a real symmetric 5×55 \times 5 matrix with eigenvalues 2,1,0,1,3-2, -1, 0, 1, 3. If T=S4+2S2T = S^4 + 2S^2, which statement about the definiteness of TT is correct?

  1. TT is positive definite since all eigenvalues of TT are strictly positive
  2. TT is positive semidefinite but not positive definite since TT has a zero eigenvalue (correct answer)
  3. TT is indefinite since SS has both positive and negative eigenvalues
  4. TT is negative semidefinite since S2S^2 has nonpositive eigenvalues when SS is indefinite
Explanation: Since SS is symmetric with eigenvalues λi{2,1,0,1,3}\lambda_i \in \{-2, -1, 0, 1, 3\}, the eigenvalues of T=S4+2S2T = S^4 + 2S^2 are λi4+2λi2\lambda_i^4 + 2\lambda_i^2. Computing: for λ=2\lambda = -2: 16+8=2416 + 8 = 24; for λ=1\lambda = -1: 1+2=31 + 2 = 3; for λ=0\lambda = 0: 0+0=00 + 0 = 0; for λ=1\lambda = 1: 1+2=31 + 2 = 3; for λ=3\lambda = 3: 81+18=9981 + 18 = 99. The eigenvalues of TT are {24,3,0,3,99}\{24, 3, 0, 3, 99\}. Since all eigenvalues are nonnegative but one is zero, TT is positive semidefinite but not positive definite.

Question 14

Let matrix AA be defined as A=(2140k5003)A = \begin{pmatrix} 2 & -1 & 4 \\ 0 & k & 5 \\ 0 & 0 & 3 \end{pmatrix}. For which value of kk is matrix AA singular?

  1. k=1k = -1
  2. k=0k = 0 (correct answer)
  3. k=2k = 2
  4. k=3k = 3
Explanation: A matrix is singular if and only if 0 is one of its eigenvalues. For a triangular matrix, the eigenvalues are the entries on its main diagonal. The eigenvalues of matrix AA are 2, kk, and 3. For AA to be singular, one of these eigenvalues must be 0. Since 2 and 3 are non-zero, kk must be 0.

Question 15

Consider the lower triangular matrix L=(100420563)L = \begin{pmatrix} 1 & 0 & 0 \\ 4 & -2 & 0 \\ 5 & 6 & 3 \end{pmatrix}. What are the eigenvalues of the matrix L2L^2?

  1. {1,2,3}\lbrace 1, -2, 3 \rbrace
  2. {2,4,6}\lbrace 2, -4, 6 \rbrace
  3. {1,4,9}\lbrace 1, 4, 9 \rbrace (correct answer)
  4. {1,4,9}\lbrace 1, -4, 9 \rbrace
Explanation: The eigenvalues of a triangular matrix are its diagonal entries. So, the eigenvalues of LL are λ1=1\lambda_1 = 1, λ2=2\lambda_2 = -2, and λ3=3\lambda_3 = 3. If λ\lambda is an eigenvalue of a matrix LL, then λk\lambda^k is an eigenvalue of the matrix LkL^k. Therefore, the eigenvalues of L2L^2 are the squares of the eigenvalues of LL. The set of eigenvalues for L2L^2 is {12,(2)2,32}={1,4,9}\lbrace 1^2, (-2)^2, 3^2 \rbrace = \lbrace 1, 4, 9 \rbrace.

Question 16

Consider the matrix M=(400140234)M = \begin{pmatrix} 4 & 0 & 0 \\ 1 & 4 & 0 \\ -2 & 3 & 4 \end{pmatrix}. Which statement correctly describes the eigenvalues of MM?

  1. The matrix has three distinct eigenvalues: 4, 1, and 3.
  2. The only eigenvalue is 4, with an algebraic multiplicity of 3. (correct answer)
  3. The eigenvalues are 4, 0, and 0.
  4. The only eigenvalue is 12, which is the trace of the matrix.
Explanation: The matrix MM is a lower triangular matrix. The eigenvalues of any triangular matrix are its diagonal entries. The diagonal entries of MM are 4, 4, and 4. Therefore, the only distinct eigenvalue is 4. Since it appears three times on the diagonal, it has an algebraic multiplicity of 3.

Question 17

Let AA and BB be 3×33 \times 3 upper triangular matrices. Which of the following matrices is not guaranteed to be upper triangular?

  1. A+BA+B
  2. ABAB
  3. 5A5A
  4. ATA^T (correct answer)
Explanation: When you encounter questions about matrix operations and special matrix types like upper triangular matrices, you need to understand how operations preserve or change structural properties. An upper triangular matrix has all entries below the main diagonal equal to zero. Let's examine why option D is correct. The transpose operation ATA^T flips a matrix across its main diagonal, swapping rows and columns. When you transpose an upper triangular matrix, the zeros that were below the diagonal move above the diagonal, creating a lower triangular matrix instead. For example, if A=(123045006)A = \begin{pmatrix} 1 & 2 & 3 \\ 0 & 4 & 5 \\ 0 & 0 & 6 \end{pmatrix} , then $$A^T = \begin{pmatrix} 1 & 0 & 0 \ 2 & 4 & 0 \ 3 & 5 & 6 \end{pmatrix} Now for why the other options preserve the upper triangular structure: Option A ($$A+B$$) works because adding corresponding entries of two upper triangular matrices keeps zeros below the diagonal. Option B ($$AB$$) preserves upper triangular form due to how matrix multiplication works—when multiplying upper triangular matrices, entries below the diagonal remain zero. Option C ($$5A$$) simply scales every entry by 5, so zeros below the diagonal stay zero. Remember this key principle: matrix addition and multiplication preserve the upper triangular property, but transposition converts upper triangular matrices to lower triangular. When studying matrix properties, always visualize how operations affect the position of zeros in the matrix structure.

Question 18

Let AA be an invertible n×nn \times n lower triangular matrix. Which of the following statements about ATA^T, the transpose of AA, is always true?

  1. ATA^T is a diagonal matrix.
  2. ATA^T is singular.
  3. The eigenvalues of ATA^T are the reciprocals of the eigenvalues of AA.
  4. The determinant of ATA^T is non-zero. (correct answer)
Explanation: A matrix is invertible if and only if its determinant is non-zero. A property of determinants is that det(A)=det(AT)\det(A) = \det(A^T). Since AA is invertible, det(A)0\det(A) \neq 0. Therefore, det(AT)\det(A^T) must also be non-zero. A matrix with a non-zero determinant is invertible (non-singular). Distractor A is false because the off-diagonal elements of AA become the off-diagonal elements of ATA^T. Distractor B is false because ATA^T is invertible. Distractor C describes the eigenvalues of A1A^{-1}, not ATA^T. A matrix and its transpose always have the same eigenvalues.

Question 19

Consider the matrix A=(30012041k)A = \begin{pmatrix} 3 & 0 & 0 \\ -1 & 2 & 0 \\ 4 & 1 & k \end{pmatrix}. The sum of the eigenvalues of the matrix A2A^2 is 29. What is the value of k2k^2?

  1. 44
  2. 1313
  3. 2424
  4. 1616 (correct answer)
Explanation: When you encounter questions about eigenvalues and matrix powers, remember two key relationships: the trace of a matrix equals the sum of its eigenvalues, and if λ is an eigenvalue of matrix A, then λ² is an eigenvalue of A². Since A is upper triangular, its eigenvalues are simply the diagonal entries: 3, 2, and k. Therefore, the eigenvalues of A² are 3² = 9, 2² = 4, and k². Given that the sum of eigenvalues of A² equals 29, we have: 9+4+k2=299 + 4 + k^2 = 29 13+k2=2913 + k^2 = 29 k2=16k^2 = 16 Let's examine why the other answers are incorrect. Choice A (4) would mean k² = 4, giving us k = ±2. This would make the sum of A²'s eigenvalues equal 9 + 4 + 4 = 17, not 29. Choice B (13) represents a common error where students might subtract incorrectly and think k² = 29 - 13 - 3 = 13, forgetting that the eigenvalues of A² are the squares of A's eigenvalues. Choice C (24) might result from the misconception that k² = 29 - 2 - 3 = 24, using the original eigenvalues instead of their squares. Study tip: For triangular matrices, eigenvalues are always the diagonal entries. When dealing with matrix powers, remember that eigenvalues get raised to that same power. Always double-check your arithmetic, especially when squaring negative values.

Question 20

A 4×44 \times 4 matrix AA is nilpotent with index 3, meaning A3=OA^3 = O but A2OA^2 \neq O. The matrix AA is similar to an upper triangular matrix TT. What is the value of the determinant of TT?

  1. 00 (correct answer)
  2. 11
  3. 33
  4. Cannot be determined from the information given.
Explanation: If λ\lambda is an eigenvalue of AA, then λ3\lambda^3 is an eigenvalue of A3=OA^3 = O. The only eigenvalue of the zero matrix is 0, so λ3=0\lambda^3 = 0, which implies λ=0\lambda = 0. Thus, all eigenvalues of the nilpotent matrix AA are 0. Since AA is similar to TT, they share the same eigenvalues. Therefore, all eigenvalues of TT are 0. As TT is an upper triangular matrix, its eigenvalues are its diagonal entries, so all its diagonal entries must be 0. The determinant of a triangular matrix is the product of its diagonal entries, so det(T)=0000=0\det(T) = 0 \cdot 0 \cdot 0 \cdot 0 = 0.