Linear Algebra/Characteristic Equation
The matrix definition of an eigen value is very useful since it allows us to find eigen values for a given matrix using the following theorem:
- λ is an eigen value of A iff det(A − λInv) = 0.
Proof:
- If Av = λv then



but since v is non-zero we know that (A − λIn) is singular, ie it's determinant is zero so an eigen value of A will satisfy the equation
- det(A − λInv) = 0.
which is known as the characteristic equation. (haven't proved the converse, but this is not required when calculating eigenvalues).
In the case A is a 2x2 matrix, this equation leads to the characteristic polynomial :
This is simply a quadratic equation and the roots of this are the eigen values of A
In order to find the corresponding eigen vectors, we simply solve the equation Av = λv which will be two simultaneous equations. There will in fact be infinitely many solutions to this equation since any scalar multiple of an eigen vector is also an eigen vector.
This page may need to be 



