1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
bezout - Bezout equation for polynomials @bezout
clean - cleans matrices (round to zero small entries) @clean
cmndred - common denominator form @cmndred
coeff - coefficients of matrix polynomial @coeff
coffg - inverse of polynomial matrix @coffg
colcompr - column compression of polynomial matrix @colcompr
degree - degree of polynomial matrix @degree
denom - denominator @denom
derivat - rational matrix derivative @derivat
determ - determinant of polynomial matrix @determ
detr - polynomial determinant @detr
diophant - diophantine (Bezout) equation @diophant
factors - numeric real factorization @factors
gcd - gcd calculation @gcd
hermit - Hermite form @hermit
horner - polynomial/rational evaluation @horner
hrmt - gcd of polynomials @hrmt
htrianr - triangularization of polynomial matrix @htrianr
invr - inversion of (rational) matrix @invr
lcm - least common multiple @lcm
lcmdiag - least common multiple diagonal factorization @lcmdiag
ldiv - polynomial matrix long division @ldiv
numer - numerator @numer
pdiv - polynomial division @pdiv
pol2des - polynomial matrix to descriptor form @pol2des
pol2str - polynomial to string conversion @pol2str
polfact - minimal factors @polfact
residu - residue @residu
roots - roots of polynomials @roots
routh_t - Routh's table @routh_t
rowcompr - row compression of polynomial matrix @rowcompr
sfact - discrete time spectral factorization @sfact
simp - rational simplification @simp
simp_mode - toggle rational simplification @simp_mode
sylm - Sylvester matrix @sylm
systmat - system matrix @systmat
|