Routh Hurwitz Criteria using user defined Function

版本 1.0.0.0 (1.8 KB) 作者: Shabbeer Hassan
Routh matrix can be derived using the user defined function'routh'
1.7K 次下载
更新时间 2008/4/29

查看许可证

RA=ROUTH(R,EPSILON) returns the symbolic Routh array RA for polynomial. The following special cases are considered:
1) If the first element of a row becomes zero
OR
2) If one encounters a row full of zeros.

>>syms ep
>>a=routh([1 1 2 2 3 5],ep)

The above given case is for encountering a zero in the first column.

引用格式

Shabbeer Hassan (2024). Routh Hurwitz Criteria using user defined Function (https://www.mathworks.com/matlabcentral/fileexchange/19750-routh-hurwitz-criteria-using-user-defined-function), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Stability Analysis 的更多信息
致谢

启发作品: Routh-Hurwitz Criterion 1

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0