Content deleted Content added
Cuzkatzimhut (talk | contribs) |
replace p by p_A in comportance with Characteristic polynomial |
||
Line 1:
[[Image:Urbain Le Verrier.jpg|220px|thumb|right|[[Urbain Le Verrier]] (1811–1877)<br> The discoverer of [[Neptune]].]]
In mathematics ([[linear algebra]]), the '''Faddeev–LeVerrier algorithm''' is a [[Recurrence relation|recursive]] method to calculate the coefficients of the [[characteristic polynomial]] <math>
because <math>\lambda</math> is new symbolic quantity, whereas this algorithm works directly with coefficients of matrix <math>A</math>.
Line 9:
==The Algorithm==
The objective is to calculate the coefficients {{math|''c<sub>k</sub>''}} of the characteristic polynomial of the {{math|''n''×''n''}} matrix {{mvar|A}},
::<math>
where, evidently, {{math|''c<sub>n</sub>''}} = 1 and {{math|''c''}}<sub>0</sub> = (−1)<sup>''n''</sup> det {{mvar|A}}.
Line 38:
The proof relies on the modes of the [[adjugate matrix]], {{math|''B<sub>k</sub> ≡ M<sub>n−k</sub>''}}, the auxiliary matrices encountered.
This matrix is defined by
::<math>(\lambda I-A) B = I ~
and is thus proportional to the [[Resolvent formalism|resolvent]]
:<math>B = (\lambda I-A)^{-1} I ~
It is evidently a matrix polynomial in {{math|''λ''}} of degree {{math|''n−1''}}. Thus,
Line 58:
This can be easiest achieved through the following auxiliary equation (Hou, 1998),
::<math>\lambda \frac{\partial
This is but the trace of the defining equation for {{mvar|B}} by dint of [[Jacobi's formula]],
:<math>\frac{\partial
Inserting the polynomial mode forms in this auxiliary equation yields
Line 75:
and, in comportance with the [[Cayley–Hamilton theorem]],
:<math> \operatorname{adj}(A) =(-)^{n-1} M_{n}=(-)^{n-1} (A^{n-1}+c_{n-1}A^{n-2}+ ...+c_2 A+ c_1 I)=(-)^{n-1} \sum_{k=1}^n c_k A^{k-1}~.</math>
|