Scilab Function
degree - degree of polynomial matrix
Calling Sequence
[D]=degree(M)
Parameters
M
: polynomial matrix
D
: integer matrix
Description
returns the matrix of highest degrees of
M
.
See Also
poly
coeff
clean