Check whether or not the matrix A=[1 1 1
0 - 2 2
0 - 2 - 3] is diagonalisable. If it is, find a matrix P, and a matrix D such that P^-1 AP=D. If A is not diagonalisable find AdjkA).
Expert's answer
Answer on Question #83505 – Math – Linear Algebra
Question
Check whether or not the matrix
A=⎣⎡1001−2−212−3⎦⎤
is diagonalizable. If it is, find a matrix P, and a matrix D such that P−1AP=D. If A is not diagonalizable find AdjA.
Solution
Matrix A (3×3) is diagonalizable if and only if there is a basis of R3 consisting of eigenvectors of A. So let's find the eigenvalues and eigenvectors for matrix A.
To define the eigenvalues, we find the values of λ which satisfy the characteristic equation of the matrix A:
det(A−λI)=0,
where I is the 3×3 identity matrix.
Form the matrix A−λI:
A−λI=⎣⎡1−λ001−2−λ−212−3−λ⎦⎤.
Calculate det(A−λI). We define the determinant of a 3×3 matrix by the rule:
Then find solutions of the characteristic equation det(A−λI)=0, i.e. solve the equation:
(1−λ)(λ2+5λ+10)=01−λ=0 or λ2+5λ+10=0λ1=1
The quadratic equation λ2+5λ+10=0 has not any real roots, because
Δ=b2−4ac=25−40=15<0.
So we can find only one eigenvector for A. But any basis for R3 consists of three vectors. Therefore, there is no eigenbasis for A, and so the matrix A is not diagonalizable.
Find Adj A . First, calculate the cofactors of each element.