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
David McReynolds

... man to run for President in U.S. history. Upon the request of fellow Socialists, McReynolds would run again for President as the SPUSA candidate in 2000 and receive ...

 
 
 
This page was created in 22.1 ms