Matrix: \begin{bmatrix} 4& -4 &4 \\ -3& 3 &5 \\ 1& -1&9 \end{bmatrix}
I want to check whether this matrix is diagonalizable and thus I want to calculate the eigenvalues. I know that this is possible with cofactor expansion and I have tried it and came to the right answer, but is there any FASTER way of getting eigenvalues of such matrix?
EigenSystem[{{4,-4,4},{-3,3,5},{1,-1,9}}].
– Adrian Keister Jul 03 '19 at 13:09