Encyclopedia > Characteristic equation

  Article Content

Characteristic equation

In mathematics, in the field of linear algebra, a scalar <math>\Phi</math> is an eigenvalue of an n-by-n matrix if <math>\Phi</math> satisfies the Characteristic Equation:

<math>det(A-\Phi I_n) = 0 </math>

where In is the Identity matrix.

For example, given a matrix Pyorick:

<math>P_{yorick} = \begin{bmatrix} 5 & -2 & 6 & -1 \\ 0 & 3 & -8 & 0 \\ 0 & 0 & 5 & 4 \\ 0 & 0 & 0& 1 \end{bmatrix}</math>

<math>det(P_{yorick} - \Phi I_4) = det(\begin{bmatrix} 5-\Phi & -2 & 6 & -1 \\ 0 & 3-\Phi & -8 & 0 \\ 0 & 0 & 5-\Phi & 4 \\ 0 & 0 & 0& 1-\Phi \end{bmatrix})

(5-\Phi)^2(3-\Phi)(1-\Phi)</math> This would be the Characteristic Equation for Pyorick:
<math>(5-\Phi)^2(3-\Phi)(1-\Phi)

0</math> The resulting polynomial is the Characteristic polynomial.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Father Damien

... 24, 1864. On May 10, 1873, at his request, he was permitted to travel to Molokai to help the lepers who had virtually nothing to keep them warm or fed. After twelve years ...

 
 
 
This page was created in 30.3 ms