Hurwitz Matrix
Version 1.0.1 (1.33 KB) by
Ildeberto de los Santos Ruiz
Computes the Hurwitz matrix for a given polynomial. The principal minors are also computed.
[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 (2025). Hurwitz Matrix (https://www.mathworks.com/matlabcentral/fileexchange/71689-hurwitz-matrix), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2019a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Elementary Math > Polynomials >
Find more on Polynomials in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.