Hurwitz Matrix

Computes the Hurwitz matrix for a given polynomial. The principal minors are also computed.

You are now following this Submission

[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)

Cite As

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.1

Minor bugs fixed

1.0.0