Tips on finding the eigenvalues of a 3x3 matrix

Click For Summary
SUMMARY

This discussion focuses on efficient methods for finding the eigenvalues of a 3x3 matrix, specifically using the characteristic polynomial. The characteristic polynomial for the matrix \[ \left( \begin{array}{ccc} 1 & -1 & -1 \\ -1 & 1 & -1 \\ -1 & -1 & 1 \end{array} \right) \] is derived from the determinant of \( A - \lambda I \). A key insight shared is the use of row operations on \( A - \lambda I \) to simplify calculations, which can significantly reduce the time spent on solving cubic equations during exams. Additionally, it is noted that integer values near zero can often yield simple roots for the characteristic polynomial.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with characteristic polynomials
  • Knowledge of matrix operations, specifically row operations
  • Basic skills in solving cubic equations
NEXT STEPS
  • Study the process of calculating the characteristic polynomial for different matrix sizes
  • Learn about the implications of eigenvalues in linear transformations
  • Explore the use of numerical methods for finding eigenvalues
  • Practice solving cubic equations using the cubic formula
USEFUL FOR

Students in linear algebra, mathematicians, and anyone preparing for exams that involve matrix computations and eigenvalue problems.

kamil
Messages
6
Reaction score
0
I find it rather tedious to calculate the eigenvalues of a 3x3 matrix. For example
The \emph{characteristic polynomial} $\chi(\lambda)$ of the<br /> 3$3 \times 3$~matrix<br /> \[ \left( \begin{array}{ccc}<br /> 1 &amp; -1 &amp; -1 \\<br /> -1 &amp; 1 &amp; -1 \\<br /> -1 &amp; -1 &amp; 1 \end{array} \right)\] <br /> is given by the formula<br /> \[ \chi(\lambda) = \left| \begin{array}{ccc}<br /> 1-\lambda &amp; -1 &amp; -1 \\<br /> -1 &amp; 1-\lambda &amp; -1 \\<br /> -1 &amp; -1 &amp; 1-\lambda \end{array} \right|.\]

Now if I do this by develloping the minors I get a cubic equation and I can't solve it without at least 30 minutes. I find it time consuming, especially during an exam.
 
Physics news on Phys.org
One tip is that row operations can help you solve for the characteristic polynomial. Remember, given the matrix A, however, perform row operations on the matrix A - \lambda I, and not just A in order for it to be valid.
 
The first thing to remember is that you got this question from a teacher or a book (possibly both) in all likelihood. They're not trying to make you really good at solving cubic equations (for which there is a formula by the way) or test your abilities to do something not particularly interesting like searching hard for solutions - they're testing that you understand what an eigenvalue is.

Thus one can deduce that there will almost always be simple roots of the equations in the examples they set you. Have you tried plugging in some integers near to zero to the characteristic polynomial? Just by looking at the matrix one can see that -1 is an eigenvalue (there is an obvious candidate for an eigenvector, the column vector of 1s, equivalently the sum of the entries in each row is -1).
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K