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
Islandia, New York

... and the median income for a family is $69,615. Males have a median income of $46,083 versus $34,261 for females. The per capita income for the village is $25,682 ...

 
 
 
This page was created in 26.1 ms