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
Ocean Beach, New York

... age or older. The median age is 42 years. For every 100 females there are 126.2 males. For every 100 females age 18 and over, there are 120.4 males. The median income ...

 
 
 
This page was created in 32.7 ms