Linear Algebra Quiz: Diagonalization
20 questions · exam conditions
0:00
DiagonalizationQuestion 1 of 20

A 4×44 \times 4 matrix AA is known to have eigenvalues λ1=3\lambda_1 = 3, λ2=3\lambda_2 = 3, λ3=2\lambda_3 = -2, and λ4=1\lambda_4 = 1. Which additional piece of information is sufficient to guarantee that AA is diagonalizable?

The determinant of AA is 18-18.
The eigenspace corresponding to λ=2\lambda = -2 is one-dimensional.
The rank of the matrix A3IA - 3I is 2.
The trace of AA is 5.
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Diagonalization

Practice Diagonalization 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 Diagonalization, 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

A 4×44 \times 4 matrix AA is known to have eigenvalues λ1=3\lambda_1 = 3, λ2=3\lambda_2 = 3, λ3=2\lambda_3 = -2, and λ4=1\lambda_4 = 1. Which additional piece of information is sufficient to guarantee that AA is diagonalizable?

  1. The determinant of AA is 18-18.
  2. The eigenspace corresponding to λ=2\lambda = -2 is one-dimensional.
  3. The rank of the matrix A3IA - 3I is 2. (correct answer)
  4. The trace of AA is 5.
Explanation: For a matrix to be diagonalizable, the geometric multiplicity of each eigenvalue must equal its algebraic multiplicity. The eigenvalue λ=3\lambda = 3 has an algebraic multiplicity of 2. The geometric multiplicity of λ=3\lambda = 3 is the dimension of its eigenspace, which is given by dim(Nul(A3I))\mathrm{dim}(\mathrm{Nul}(A - 3I)). By the Rank-Nullity Theorem, for a 4×44 \times 4 matrix, rank(A3I)+dim(Nul(A3I))=4\mathrm{rank}(A - 3I) + \mathrm{dim}(\mathrm{Nul}(A - 3I)) = 4. If the rank is 2, then the nullity (geometric multiplicity) is 42=24 - 2 = 2. Since this matches the algebraic multiplicity, and all other eigenvalues are distinct (guaranteeing their geometric multiplicity is 1), the matrix is diagonalizable.

Question 2

Let AA be a diagonalizable matrix such that A=PDP1A = PDP^{-1}. Which expression is equivalent to AnA^n for any positive integer nn?

  1. PnDn(P1)nP^n D^n (P^{-1})^n
  2. PDPnP D P^{-n}
  3. PDnP1P D^n P^{-1} (correct answer)
  4. n(PDP1)n(PDP^{-1})
Explanation: To find AnA^n, we can write out the product: An=(PDP1)(PDP1)(PDP1)A^n = (PDP^{-1})(PDP^{-1})\cdots(PDP^{-1}). The adjacent P1PP^{-1}P terms cancel out to the identity matrix II. This results in An=PD(I)D(I)DP1=PDnP1A^n = P D (I) D (I) \cdots D P^{-1} = P D^n P^{-1}.

Question 3

Let AA be an n×nn \times n matrix. Which condition guarantees that AA is diagonalizable?

  1. AA is an upper triangular matrix.
  2. AA is an invertible matrix.
  3. AA has only real eigenvalues.
  4. AA is a symmetric matrix. (correct answer)
Explanation: When you encounter questions about matrix diagonalizability, you're being tested on which conditions guarantee that a matrix can be written as A=PDP1A = PDP^{-1} where DD is diagonal and PP is invertible. A symmetric matrix always guarantees diagonalizability because of the Spectral Theorem. When A=ATA = A^T, the matrix not only has real eigenvalues, but also has orthogonal eigenvectors. This means you can always find a complete set of linearly independent eigenvectors, which is exactly what you need for diagonalization. The orthogonal eigenvectors form the columns of PP, making the diagonalization process work perfectly. Let's examine why the other options fail. Option A is incorrect because upper triangular matrices can have repeated eigenvalues on the diagonal without sufficient eigenvectors. For example, $$ \begin{pmatrix} 2 & 1 \ 0 & 2 \end{pmatrix} Rememberthiskeydistinction:diagonalizabilitydependsonhavingenougheigenvectors,notjustonthenatureoftheeigenvaluesthemselves.Symmetryisthestrongestconditionherebecauseitguaranteesbothrealeigenvaluesandorthogonaleigenvectors. Remember this key distinction: diagonalizability depends on having enough eigenvectors, not just on the nature of the eigenvalues themselves. Symmetry is the strongest condition here because it guarantees both real eigenvalues and orthogonal eigenvectors.

Question 4

Suppose a linear transformation T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 is represented by a matrix AA that is diagonalizable. If the eigenvalues of AA are λ1=1\lambda_1 = 1 and λ2=0\lambda_2 = 0, what is the geometric interpretation of the transformation TT?

  1. A rotation about the origin.
  2. A projection onto a line. (correct answer)
  3. A reflection across a line.
  4. A shear transformation.
Explanation: Since AA is diagonalizable, there is a basis of eigenvectors. Let v1\vec{v}_1 be the eigenvector for λ1=1\lambda_1=1 and v2\vec{v}_2 be the eigenvector for λ2=0\lambda_2=0. For any vector x\vec{x} in the direction of v1\vec{v}_1, T(x)=1x=xT(\vec{x}) = 1 \cdot \vec{x} = \vec{x}. For any vector y\vec{y} in the direction of v2\vec{v}_2, T(y)=0y=0T(\vec{y}) = 0 \cdot \vec{y} = \vec{0}. Any vector in R2\mathbb{R}^2 can be written as a linear combination of v1\vec{v}_1 and v2\vec{v}_2. The transformation leaves the component along v1\vec{v}_1 unchanged and annihilates the component along v2\vec{v}_2. This is the definition of a projection onto the line spanned by v1\vec{v}_1.

Question 5

A matrix AA is diagonalized by A=PDP1A = PDP^{-1}, where P=(1213)P = \begin{pmatrix} 1 & 2 \\ 1 & 3 \end{pmatrix} and D=(5001)D = \begin{pmatrix} 5 & 0 \\ 0 & -1 \end{pmatrix}. Which of the following is an eigenvector of AA with a corresponding eigenvalue of 1-1?

  1. (11)\begin{pmatrix} 1 \\ 1 \end{pmatrix}
  2. (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix} (correct answer)
  3. (31)\begin{pmatrix} 3 \\ -1 \end{pmatrix}
  4. (51)\begin{pmatrix} 5 \\ -1 \end{pmatrix}
Explanation: In the diagonalization A=PDP1A = PDP^{-1}, the columns of the matrix PP are the eigenvectors of AA, and the diagonal entries of DD are the corresponding eigenvalues. The order must be consistent. The first column of PP, (11)\begin{pmatrix} 1 \\ 1 \end{pmatrix}, is the eigenvector corresponding to the first diagonal entry of DD, which is 5. The second column of PP, (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix}, is the eigenvector corresponding to the second diagonal entry of DD, which is 1-1.

Question 6

Consider the matrix C=(0100018126)C = \begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 8 & -12 & 6 \end{pmatrix} . If the characteristic polynomial of CC is λ3+6λ212λ+8=(λ2)3-\lambda^3 + 6\lambda^2 - 12\lambda + 8 = -(\lambda - 2)^3, which approach would definitively determine whether CC is diagonalizable?

  1. Check whether CC has three linearly independent eigenvectors by computing the rank of (C2I)(C - 2I) and using the rank-nullity theorem (correct answer)
  2. Verify that CC is symmetric, since all symmetric matrices are guaranteed to be diagonalizable over the real numbers
  3. Compute C3C^3 and check if it equals 8I8I, since diagonalizable matrices satisfy their characteristic polynomials
  4. Find the minimal polynomial of CC and check whether it has the same degree as the characteristic polynomial
Explanation: Since CC has only one eigenvalue λ=2\lambda = 2 with algebraic multiplicity 3, CC is diagonalizable if and only if the geometric multiplicity of λ=2\lambda = 2 is also 3. This occurs when dim(null(C2I))=3\dim(\text{null}(C - 2I)) = 3, which happens if and only if C2I=0C - 2I = 0 (i.e., rank(C2I)=0\text{rank}(C - 2I) = 0). Computing the rank of (C2I)(C - 2I) directly determines diagonalizability.

Question 7

Let AA be an n×nn \times n matrix that is diagonalizable with eigenvalues λ1,λ2,,λk\lambda_1, \lambda_2, \ldots, \lambda_k (not necessarily distinct). If A=PDP1A = PDP^{-1} where DD is diagonal, what condition must be satisfied for the matrix A2+3A4IA^2 + 3A - 4I to be diagonalizable?

  1. The matrix AA must have distinct eigenvalues, ensuring that A2+3A4IA^2 + 3A - 4I inherits the same eigenvectors with transformed eigenvalues
  2. The polynomial p(λ)=λ2+3λ4p(\lambda) = \lambda^2 + 3\lambda - 4 must not map any eigenvalue of AA to zero, preventing singularity issues
  3. No additional conditions are needed beyond AA being diagonalizable, since A2+3A4I=P(D2+3D4I)P1A^2 + 3A - 4I = P(D^2 + 3D - 4I)P^{-1} (correct answer)
  4. The eigenvalues of AA must satisfy λi2+3λi4λj2+3λj4\lambda_i^2 + 3\lambda_i - 4 \neq \lambda_j^2 + 3\lambda_j - 4 for iji \neq j to ensure linear independence
Explanation: If A=PDP1A = PDP^{-1}, then A2+3A4I=PD2P1+3PDP14I=P(D2+3D4I)P1A^2 + 3A - 4I = PD^2P^{-1} + 3PDP^{-1} - 4I = P(D^2 + 3D - 4I)P^{-1}. Since D2+3D4ID^2 + 3D - 4I is diagonal (polynomials of diagonal matrices are diagonal), and PP is the same invertible matrix, A2+3A4IA^2 + 3A - 4I is automatically diagonalizable with the same eigenvectors as AA. The eigenvalues are λi2+3λi4\lambda_i^2 + 3\lambda_i - 4.

Question 8

The matrix A=(a10a)A = \begin{pmatrix} a & 1 \\ 0 & a \end{pmatrix} represents a linear transformation. For which value(s) of the parameter aa is this matrix diagonalizable?

  1. AA is diagonalizable for all real values of aa since it is upper triangular with eigenvalues clearly visible on the diagonal
  2. AA is diagonalizable for all values of aa except a=0a = 0, where the matrix becomes singular and loses full rank
  3. AA is diagonalizable for all complex values of aa, but not necessarily for real values depending on the discriminant
  4. AA is not diagonalizable for any value of aa because the off-diagonal entry creates dependency between eigenspaces (correct answer)
Explanation: When you encounter questions about matrix diagonalizability, the key concept is that a matrix is diagonalizable if and only if it has enough linearly independent eigenvectors to form a complete basis. For an n×nn \times n matrix, you need exactly nn linearly independent eigenvectors. Let's analyze this upper triangular matrix. The eigenvalues are indeed visible on the diagonal: both eigenvalues equal aa (with algebraic multiplicity 2). To find eigenvectors, we solve (AaI)v=0(A - aI)\mathbf{v} = \mathbf{0}: (0100)(xy)=(00)\begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix} This gives us y=0y = 0, so all eigenvectors have the form (x0)\begin{pmatrix} x \\ 0 \end{pmatrix}. The eigenspace is one-dimensional, spanned by (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}. Since we need 2 linearly independent eigenvectors but only have 1, the matrix is never diagonalizable regardless of aa's value. Answer A incorrectly assumes that being upper triangular with visible eigenvalues guarantees diagonalizability—it doesn't. Answer B wrongly focuses on singularity; diagonalizability depends on eigenspace dimensions, not rank. Answer C misses the point entirely by discussing real versus complex values when the fundamental issue is insufficient eigenvectors. Study tip: Remember that geometric multiplicity (dimension of eigenspace) must equal algebraic multiplicity (multiplicity of eigenvalue) for each eigenvalue. When you see a matrix with repeated eigenvalues, always check if there are enough linearly independent eigenvectors—don't assume diagonalizability from eigenvalues alone.

Question 9

Consider two 3×33 \times 3 matrices AA and BB where AA is diagonalizable and AB=BAAB = BA. A student concludes that BB must also be diagonalizable. Under what condition is this conclusion correct?

  1. The conclusion is always correct because commuting matrices share the same eigenvectors, and AA provides a complete basis of eigenvectors
  2. The conclusion is correct if and only if AA has three distinct eigenvalues, ensuring that BB is forced into diagonal form (correct answer)
  3. The conclusion is correct if and only if det(A)0\det(A) \neq 0 and det(B)0\det(B) \neq 0, ensuring both matrices are invertible
  4. The conclusion is never guaranteed to be correct based solely on the given information about commutativity and AA's diagonalizability
Explanation: If AA has three distinct eigenvalues, then AA has three linearly independent eigenvectors that form a basis for R3\mathbb{R}^3. Since AB=BAAB = BA, matrix BB must map each eigenspace of AA to itself. When AA has distinct eigenvalues, each eigenspace is one-dimensional, so BB acts as scalar multiplication on each eigenspace. Therefore, BB shares the same eigenvectors as AA and is diagonalizable. However, if AA has repeated eigenvalues, BB might not be diagonalizable even though it commutes with AA.

Question 10

A linear transformation T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 has matrix representation AA with respect to the standard basis. If AA has eigenvalues λ1=1\lambda_1 = 1, λ2=1\lambda_2 = 1, λ3=3\lambda_3 = 3 and corresponding eigenvectors v1=(110)\mathbf{v}_1 = \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix} , v2=(101)\mathbf{v}_2 = \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} , v3=(011)\mathbf{v}_3 = \begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix} , what is the matrix representation of TT with respect to the basis {v1,v2,v3}\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\}?

  1. \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \end{pmatrix} $$ because the transformation acts as scalar multiplication on each basis vector (correct answer)
  2. \begin{pmatrix} 1 & 1 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 1 \end{pmatrix} $$ because this represents the change of basis from standard coordinates to eigenvector coordinates
  3. \begin{pmatrix} 3 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} $$ because the largest eigenvalue appears first when eigenvectors are ordered by their corresponding eigenvalues
  4. The matrix cannot be determined without additional information about the original matrix AA in standard coordinates
Explanation: When a linear transformation is represented with respect to a basis of eigenvectors, the matrix representation is diagonal with eigenvalues on the diagonal. Since T(v1)=1v1T(\mathbf{v}_1) = 1 \cdot \mathbf{v}_1, T(v2)=1v2T(\mathbf{v}_2) = 1 \cdot \mathbf{v}_2, and T(v3)=3v3T(\mathbf{v}_3) = 3 \cdot \mathbf{v}_3, the matrix representation is (100010003)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \end{pmatrix}. The fact that we have three linearly independent eigenvectors confirms that AA is diagonalizable.

Question 11

A 3×33 \times 3 matrix MM has eigenvalues λ1=2\lambda_1 = 2, λ2=2\lambda_2 = 2, and λ3=5\lambda_3 = 5. The eigenspace corresponding to λ=2\lambda = 2 is spanned by v1=(101)\mathbf{v}_1 = \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} , and the eigenspace corresponding to λ=5\lambda = 5 is spanned by v2=(010)\mathbf{v}_2 = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} . What must be true about MM?

  1. MM is not diagonalizable, and its Jordan canonical form contains exactly one 2×22 \times 2 Jordan block
  2. MM is diagonalizable if and only if there exists another eigenvector for λ=2\lambda = 2 that is orthogonal to v1\mathbf{v}_1
  3. MM cannot be diagonalizable because the geometric multiplicity of λ=2\lambda = 2 is less than its algebraic multiplicity (correct answer)
  4. MM is diagonalizable only if it is symmetric, since repeated eigenvalues require special orthogonality conditions
Explanation: The eigenvalue λ=2\lambda = 2 has algebraic multiplicity 2 but geometric multiplicity 1 (since its eigenspace is one-dimensional, spanned only by v1\mathbf{v}_1). For diagonalizability, geometric multiplicity must equal algebraic multiplicity for every eigenvalue. Since this condition fails for λ=2\lambda = 2, matrix MM cannot be diagonalizable.

Question 12

Let AA be a 4×44 \times 4 matrix with characteristic polynomial p(λ)=(λ1)2(λ+2)2p(\lambda) = (\lambda - 1)^2(\lambda + 2)^2. If the nullspace of (AI)(A - I) has dimension 1 and the nullspace of (A+2I)(A + 2I) has dimension 2, what can be concluded about AA?

  1. AA is diagonalizable because the sum of geometric multiplicities equals 4, which matches the size of the matrix
  2. AA is not diagonalizable because the geometric multiplicity of eigenvalue 1 is less than its algebraic multiplicity (correct answer)
  3. AA is diagonalizable only if there exists an invertible matrix PP such that A=PDP1A = PDP^{-1} where DD has repeated diagonal entries
  4. AA is not diagonalizable because the characteristic polynomial has degree 4 but contains only 2 distinct roots
Explanation: For diagonalizability, geometric multiplicity must equal algebraic multiplicity for each eigenvalue. Here, eigenvalue λ=1\lambda = 1 has algebraic multiplicity 2 but geometric multiplicity 1 (dimension of nullspace of AIA - I). Even though eigenvalue λ=2\lambda = -2 satisfies the condition (both multiplicities are 2), the failure for λ=1\lambda = 1 means AA is not diagonalizable.

Question 13

A student claims that the matrix B=(3141)B = \begin{pmatrix} 3 & -1 \\ 4 & -1 \end{pmatrix} is diagonalizable and provides the factorization B=PDP1B = PDP^{-1} where P=(1114)P = \begin{pmatrix} 1 & 1 \\ 1 & 4 \end{pmatrix} and $$D = \begin{pmatrix} 1 & 0 \ 0 & 1 \end{pmatrix}

  1. The matrix PP is not invertible because its columns are linearly dependent, making the diagonalization impossible
  2. The diagonal matrix DD has incorrect entries; the eigenvalues of BB are actually λ=2\lambda = 2 and λ=0\lambda = 0
  3. The factorization is incorrect because PDP1BPDP^{-1} \neq B when computed with the given matrices (correct answer)
  4. The matrix BB is not diagonalizable because it has complex eigenvalues, not real eigenvalues as assumed
Explanation: The eigenvalues of BB are found from det(BλI)=(3λ)(1λ)(1)(4)=λ22λ+1=(λ1)2=0\det(B - \lambda I) = (3-\lambda)(-1-\lambda) - (-1)(4) = \lambda^2 - 2\lambda + 1 = (\lambda-1)^2 = 0, giving λ=1\lambda = 1 with algebraic multiplicity 2. However, dim(null(BI))=1\dim(\text{null}(B-I)) = 1 since BI=(2142)B-I = \begin{pmatrix} 2 & -1 \\ 4 & -2 \end{pmatrix} has rank 1. While the student's DD has the correct eigenvalue, the matrix BB is actually not diagonalizable, so any claimed diagonalization must fail when verified by multiplication.

Question 14

Let A=(102050204)A = \begin{pmatrix} 1 & 0 & -2 \\ 0 & 5 & 0 \\ -2 & 0 & 4 \end{pmatrix}. Given that AA is diagonalizable, what must be true about the matrix PP in the diagonalization A=PDP1A = PDP^{-1}?

  1. The columns of PP are mutually orthogonal. (correct answer)
  2. The columns of PP sum to the zero vector.
  3. PP is an upper triangular matrix.
  4. The determinant of PP is zero.
Explanation: The matrix AA is a real symmetric matrix. A key property of symmetric matrices (part of the Spectral Theorem) is that eigenvectors corresponding to distinct eigenvalues are orthogonal. Since this matrix is symmetric, it has an orthogonal basis of eigenvectors. Therefore, the columns of the matrix PP, which are the eigenvectors, can be chosen to be mutually orthogonal. If they are also normalized to unit length, PP becomes an orthogonal matrix.

Question 15

For what value of kk is the matrix A=(5k05)A = \begin{pmatrix} 5 & k \\ 0 & 5 \end{pmatrix} not diagonalizable?

  1. Only for k=0k=0.
  2. Only for k=5k=5.
  3. For any non-zero value of kk. (correct answer)
  4. For no value of kk.
Explanation: The matrix AA is upper triangular, so its eigenvalues are the diagonal entries. The only eigenvalue is λ=5\lambda=5 with an algebraic multiplicity of 2. For AA to be diagonalizable, the geometric multiplicity of λ=5\lambda=5 must also be 2. The geometric multiplicity is the dimension of the null space of A5IA-5I. A5I=(0k00)A - 5I = \begin{pmatrix} 0 & k \\ 0 & 0 \end{pmatrix} If k=0k=0, this is the zero matrix, which has a null space of dimension 2. Thus, for k=0k=0, AA is diagonalizable. If k0k \neq 0, the equation (A5I)x=0(A-5I)\vec{x} = \vec{0} becomes kx2=0kx_2=0, which implies x2=0x_2=0. The eigenvectors are of the form (x10)\begin{pmatrix} x_1 \\ 0 \end{pmatrix}, spanning a one-dimensional space. Since the geometric multiplicity (1) is less than the algebraic multiplicity (2), the matrix is not diagonalizable for any k0k \neq 0.

Question 16

Let AA be a 3×33 \times 3 matrix with eigenvalues λ=0,2,3\lambda=0, 2, 3. Which of the following matrices is guaranteed to be similar to AA?

  1. (010021003)\begin{pmatrix} 0 & 1 & 0 \\ 0 & 2 & 1 \\ 0 & 0 & 3 \end{pmatrix}
  2. (000020003)\begin{pmatrix} 0 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{pmatrix} (correct answer)
  3. (100010001)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}
  4. (023203320)\begin{pmatrix} 0 & 2 & 3 \\ 2 & 0 & 3 \\ 3 & 2 & 0 \end{pmatrix}
Explanation: Since the 3×33 \times 3 matrix AA has three distinct eigenvalues (0, 2, and 3), it is guaranteed to be diagonalizable. This means AA is similar to a diagonal matrix DD whose diagonal entries are the eigenvalues of AA. Two matrices are similar if one can be obtained from the other by a similarity transformation (B=P1APB = P^{-1}AP). Therefore, AA must be similar to the diagonal matrix formed by its eigenvalues. The matrix in choice B is the correct diagonal matrix. The order of the eigenvalues on the diagonal can vary, but any such diagonal matrix is similar to any other permutation.

Question 17

If a matrix AA is diagonalized as A=PDP1A=PDP^{-1}, what is the relationship between the determinant of AA and the trace of AA?

  1. det(A)\det(A) is the product of the diagonal entries of DD, and tr(A)\mathrm{tr}(A) is the sum of the diagonal entries of DD. (correct answer)
  2. det(A)\det(A) is the sum of the diagonal entries of DD, and tr(A)\mathrm{tr}(A) is the product of the diagonal entries of DD.
  3. det(A)\det(A) is the product of the diagonal entries of PP, and tr(A)\mathrm{tr}(A) is the sum of the diagonal entries of PP.
  4. det(A)\det(A) and tr(A)\mathrm{tr}(A) are equal to det(D)\det(D) and tr(D)\mathrm{tr}(D) respectively, but only if PP is an orthogonal matrix.
Explanation: The determinant and trace are similarity invariants. That is, if AA and DD are similar matrices (A=PDP1A=PDP^{-1}), then det(A)=det(D)\det(A) = \det(D) and tr(A)=tr(D)\mathrm{tr}(A) = \mathrm{tr}(D). The matrix DD is a diagonal matrix whose diagonal entries are the eigenvalues of AA. The determinant of a diagonal matrix is the product of its diagonal entries, and its trace is the sum of its diagonal entries. Therefore, det(A)\det(A) is the product of the eigenvalues, and tr(A)\mathrm{tr}(A) is the sum of the eigenvalues.

Question 18

The characteristic polynomial of a 3×33 \times 3 matrix AA is given by p(λ)=(4λ)(λ1)2p(\lambda) = (4-\lambda)(\lambda-1)^2. Which of the following statements about AA is not necessarily true?

  1. AA has an eigenvalue of 4.
  2. AA is invertible.
  3. The algebraic multiplicity of λ=1\lambda=1 is 2.
  4. AA is diagonalizable. (correct answer)
Explanation: From the characteristic polynomial, the eigenvalues are λ=4\lambda=4 (algebraic multiplicity 1) and λ=1\lambda=1 (algebraic multiplicity 2). A matrix is invertible if and only if 0 is not an eigenvalue, which is true here, so AA is invertible. The statement about algebraic multiplicity is true by definition. However, for AA to be diagonalizable, the geometric multiplicity of λ=1\lambda=1 must also be 2. Without more information about the matrix AA, we cannot guarantee that the dimension of the eigenspace for λ=1\lambda=1 is 2. Therefore, AA is not necessarily diagonalizable.

Question 19

Which of the following 2×22 \times 2 matrices is not diagonalizable over the real numbers?

  1. (3112)\begin{pmatrix} 3 & 1 \\ 1 & 2 \end{pmatrix}
  2. (1051)\begin{pmatrix} 1 & 0 \\ 5 & 1 \end{pmatrix}
  3. (1111)\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}
  4. (0110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} (correct answer)
Explanation: When you encounter a matrix diagonalizability question, you need to check whether the matrix has enough linearly independent eigenvectors to form a complete basis. A matrix is diagonalizable if and only if it has a full set of linearly independent eigenvectors. For 2×2 matrices, there are two main cases where diagonalization fails: when there are complex eigenvalues (over the reals), or when there's a repeated eigenvalue with insufficient eigenvectors. Let's examine option D: (0110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}. The characteristic polynomial is det(AλI)=λ2+1=0\det(A - \lambda I) = \lambda^2 + 1 = 0, giving eigenvalues λ=±i\lambda = \pm i. Since these are complex numbers, this matrix cannot be diagonalized over the real numbers. Now for the incorrect options: Option A: $$ \begin{pmatrix} 3 & 1 \ 1 & 2 \end{pmatrix} Option B: $$ \begin{pmatrix} 1 & 0 \\ 5 & 1 \end{pmatrix} $$ has characteristic polynomial $$(\lambda - 1)^2 = 0$$, so $$\lambda = 1$$ is a repeated eigenvalue. However, checking the eigenspace dimension shows it has two linearly independent eigenvectors, making it diagonalizable. Option C: $$ \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} $$ has eigenvalues 0 and 2, which are real and distinct, guaranteeing diagonalizability. **Study tip**: For 2×2 matrices, quickly check if the eigenvalues are complex by computing the discriminant of the characteristic polynomial. Complex eigenvalues immediately rule out real diagonalizability.

Question 20

Let AA be a 4×44 \times 4 matrix with minimal polynomial m(λ)=(λ2)2(λ+1)m(\lambda) = (\lambda - 2)^2(\lambda + 1). What can be concluded about the diagonalizability of AA?

  1. AA is diagonalizable because the minimal polynomial has degree 3, which is less than the matrix size 4
  2. AA is diagonalizable because all roots of the minimal polynomial are real numbers with no complex eigenvalues
  3. AA is diagonalizable because the minimal polynomial splits completely over the real numbers into linear and quadratic factors
  4. AA is not diagonalizable because the minimal polynomial contains (λ2)2(\lambda - 2)^2 as a factor with exponent greater than 1 (correct answer)
Explanation: When you encounter questions about diagonalizability and minimal polynomials, remember that the minimal polynomial provides crucial information about whether a matrix can be diagonalized. The key theorem is: a matrix is diagonalizable if and only if its minimal polynomial has no repeated roots (i.e., all roots have multiplicity 1). Looking at the given minimal polynomial m(λ)=(λ2)2(λ+1)m(\lambda) = (\lambda - 2)^2(\lambda + 1), we can see that λ=2\lambda = 2 appears with multiplicity 2, while λ=1\lambda = -1 appears with multiplicity 1. Since the root λ=2\lambda = 2 has multiplicity greater than 1 in the minimal polynomial, matrix AA cannot be diagonalizable. Let's examine why the other options are incorrect. Option A misunderstands the relationship between minimal polynomial degree and matrix size – the degree being less than the matrix size doesn't guarantee diagonalizability. Option B incorrectly focuses on whether eigenvalues are real versus complex, but diagonalizability depends on multiplicities in the minimal polynomial, not the nature of the roots. Option C makes a similar error, confusing the concept of a polynomial "splitting completely" (having all linear factors) with the condition for diagonalizability. Option D correctly identifies that the factor (λ2)2(\lambda - 2)^2 with exponent greater than 1 prevents diagonalization. Study tip: Always check the exponents in the minimal polynomial's factorization. If any factor has an exponent greater than 1, the matrix is not diagonalizable. This is the most reliable test for diagonalizability when given the minimal polynomial.