[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)
引用格式
Ildeberto de los Santos Ruiz (2024). Hurwitz Matrix (https://www.mathworks.com/matlabcentral/fileexchange/71689-hurwitz-matrix), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2019a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Elementary Math > Polynomials >
在 Help Center 和 MATLAB Answers 中查找有关 Polynomials 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!