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
North Lindenhurst, New York

... York. As of the 2000 census, the town had a total population of 11,767. Geography North Lindenhurst is located at 40°42'25" North, 73°23'6" West (40.706966, ...

 
 
 
This page was created in 39.1 ms