Scilab 5.5.2
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
double or polynomial or rational square matrix
Description
d=detr(h)
returns the determinant d
of the double
or polynomial or rational function matrix h
.
Based on Leverrier's algorithm.
Examples
Report an issue | ||
<< determ | Polynomials | diophant >> |