This article is about the matrices used to check stability of polynomials. For matrices whose eigenvalues have negative real part, see
Hurwitz-stable matrix.
In mathematics, the Routh–Hurwitz matrix,[1] or more commonly just Hurwitz matrix, corresponding to a polynomial is a particular matrix whose nonzero entries are coefficients of the polynomial.
Hurwitz matrix and the Hurwitz stability criterion
Namely, given a real polynomial

the
square matrix

is called Hurwitz matrix corresponding to the polynomial
. It was established by Adolf Hurwitz in 1895 that a real polynomial with
is stable
(that is, all its roots have strictly negative real part) if and only if all the leading principal minors of the matrix
are positive:
![{\displaystyle {\begin{aligned}\Delta _{1}(p)&={\begin{vmatrix}a_{1}\end{vmatrix}}&&=a_{1}>0\\[2mm]\Delta _{2}(p)&={\begin{vmatrix}a_{1}&a_{3}\\a_{0}&a_{2}\\\end{vmatrix}}&&=a_{2}a_{1}-a_{0}a_{3}>0\\[2mm]\Delta _{3}(p)&={\begin{vmatrix}a_{1}&a_{3}&a_{5}\\a_{0}&a_{2}&a_{4}\\0&a_{1}&a_{3}\\\end{vmatrix}}&&=a_{3}\Delta _{2}-a_{1}(a_{1}a_{4}-a_{0}a_{5})>0\end{aligned}}}](./72d7d918fd2777ca25576cc7300833824b43da9a.svg)
and so on. The minors
are called the Hurwitz determinants. Similarly, if
then the polynomial is stable if and only if the principal minors have alternating signs starting with a negative one.
Example
As an example, consider the matrix

and let

be the characteristic polynomial of
. The Routh–Hurwitz matrix[note 1] associated to
is then

The leading principal minors of
are
![{\displaystyle {\begin{aligned}\Delta _{1}(p)&={\begin{vmatrix}3\end{vmatrix}}&&=3>0\\[2mm]\Delta _{2}(p)&={\begin{vmatrix}3&2\\1&4\\\end{vmatrix}}&&=12-2=10>0\\[2mm]\Delta _{3}(p)&={\begin{vmatrix}3&2&0\\1&4&0\\0&3&2\\\end{vmatrix}}&&=2\Delta _{2}(p)=20>0.\end{aligned}}}](./c91608942f9622c507dd920bf780e529271193b5.svg)
Since the leading principal minors are all positive, all of the roots of
have negative real part. Moreover, since
is the characteristic polynomial of
, it follows that all the eigenvalues of
have negative real part, and hence
is a Hurwitz-stable matrix.[note 1]
See also
Notes
- ^ a b Both Routh–Hurwitz and Hurwitz-stable matrices are more commonly referred to simply as Hurwitz matrices. To reduce the risk of confusion, this section avoids that terminology.
References
- ^ Horn, Roger; Johnson, Charles (1991). Topics in matrix analysis. Cambridge University Press. p. 101. ISBN 0-521-30587-X.