Check whether or not the matrix
A=⎝⎛100220333⎠⎞
Is diagonalisable. If it is find a matrix P so that P^-1AP is a diagonal matrix. If A is not diagonalisable, obtain its minimal polynomial.
find the charateristics polynomial
f(λ)=det(A−λI)=0
∣∣1−λ0022−λ0333−λ∣∣=(1−λ)[(2−λ)(3−λ)]=0
λ=1,λ−2,λ=3
since we have three eigen values, then the matrix is diagonalisable
when λ=1
⎝⎛000210332⎠⎞⎝⎛x1x2x3⎠⎞=0
x2+3x3=0......(i)
x2+3x3=0.......(ii)
x3=0
⟹x1=x2=x3=0
when λ=2
⎝⎛−100200331⎠⎞⎝⎛x1x2x3⎠⎞=0
−x1+2x2+3x3=0
x3=0
since x3=0⟹2x2=x1
since there is no restriction placed on x1
x1=r(arbitrary) where can be any number
let r=2
then x1 = 2
x2 = 1
when λ=3
⎝⎛−2002−10330⎠⎞⎝⎛x1x2x3⎠⎞=0
bringing out the augmented matrix
⎝⎛−2002−10330000⎠⎞R1↦R1−R2 ⎝⎛−2003−10030000⎠⎞
∴−2x1+3x2=0⟹x1=23x2
−1x2+4x3=0⟹x2=4x3
since there is no restriction placed on x1
x2=s (arbitrary) where can be any number
let s=2
then x1 = 3
x3 = 21
Matrix P =⎝⎛0002103221⎠⎞
Comments