Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
The true Routh Hurwitz test and more
Contributed by: Zigang Pan
This paclet is on the correct version of Routh Hurwitz test for stability of a polynomial, or more precisely the number of roots in the open right half, open left half, and pure imaginary of the complex plane, as in Agashe (1985). It contains other related tests on matrices and polynomials, etc.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["ZigangPan/RouthHurwitz"]
To load the code after installation, evaluate this code:
Needs["ZigangPan`RouthHurwitz`"]
In[1]:= | ![]() |
For RouthHurwitzTest:
In[2]:= | ![]() |
Out[2]= | ![]() |