Scilab 5.5.1
Please note that the recommended version of Scilab is 6.1.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.
Comments
Add a comment:
Please login to comment this page.