Hurwitz Matrix

Computes the Hurwitz matrix for a given polynomial. The principal minors are also computed.
593 Downloads
Aktualisiert 23 Jul 2019

Lizenz anzeigen

[H,delta] = hurwitz(p) returns the Hurwitz matrix for the polynomial p. The optional output argument delta contains all the principal minors.

Example:
syms K
p = [1,K,2,5];
[H,delta] = hurwitz(p)

Zitieren als

Ildeberto de los Santos Ruiz (2024). Hurwitz Matrix (https://www.mathworks.com/matlabcentral/fileexchange/71689-hurwitz-matrix), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2019a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Polynomials finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.1

Minor bugs fixed

1.0.0