0
1.7kviews
Check whether the following matrix is derogatory or non-derogatory.

Check whether the following matrix is derogatory or non-derogatory.

$A=\begin{bmatrix} 6 & -2 & 2 \\ -2 & 3 & -1 \\ 2 & -1 & 3 \end{bmatrix}$

1 Answer
0
81views

Solution:

$A=\begin{bmatrix} 6 & -2 & 2 \\ -2 & 3 & -1 \\ 2 & -1 & 3 \end{bmatrix}$

$|A|=32$

Characteristic Equation $|A- \lambda I|=0$

$\begin{vmatrix} 6-\lambda & -2 & 2 \\ -2 & 3-\lambda & -1 \\ 2 & -1 & 3-\lambda \end{vmatrix}=0$

$\lambda^{3}-12\lambda^{2}+(18+9+18-4-4-1)\lambda -32=0$

$\lambda^{3}-12\lambda^{2}+36\lambda-32=0$

$\lambda=8, \ …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.