highest row degree coefficient matrix of a polynomial matrix T(s)

版本 1.2.0.0 (1.4 KB) 作者: Lazaros Moysis
This function computes the highest row degree coefficient matrix of polynomial matrix T(s).
267.0 次下载
更新时间 2014/5/28

查看许可证

Very useful in polynomial matrix theory which is directly connected with linear multivariable control systems
For example if we in put the matrix
[ s^2+3*s, s+1]
T= [ 5*s, s^4]
[ 5*s^6, s^2]
[ 3*s^3+6, s^3+5] we'll get
ans =
1 0
0 1
5 0
3 1

引用格式

Lazaros Moysis (2024). highest row degree coefficient matrix of a polynomial matrix T(s) (https://www.mathworks.com/matlabcentral/fileexchange/36430-highest-row-degree-coefficient-matrix-of-a-polynomial-matrix-t-s), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Fixed grammar mistakes

1.1.0.0

just changed the description

1.0.0.0