Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
detr
polynomial determinant
Calling Sequence
d=detr(h)
Arguments
- h
polynomial or rational square matrix
Description
d=detr(h)
returns the determinant d
of the polynomial or
rational function matrix h
. Based on Leverrier's algorithm.
<< determ | Polynomials | diophant >> |