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

This function computes the highest row degree coefficient matrix of polynomial matrix T(s).
267 Downloads
Aktualisiert 28. Mai 2014

Lizenz anzeigen

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

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Polynomials finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Fixed grammar mistakes

1.1.0.0

just changed the description

1.0.0.0