How to find eigenvalues and eigenvectors of a 3x3 matrix?
I can handle matrices, but finding eigenvalues of a matrix is more challenging. For example:
I need to:
- Find the characteristic polynomial
- Solve the cubic equation
- Find eigenvectors for each eigenvalue
What are good strategies for finding the characteristic polynomial efficiently? Are there any tricks to avoid expanding the determinant fully?
1 answers760 views