Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
degree
degree of polynomial matrix
Calling Sequence
[D]=degree(M)
Arguments
- M
polynomial matrix
- D
integer matrix
Description
returns the matrix of highest degrees of M
.
See Also
<< colcompr | Polynomials | denom >> |