Scilab 6.0.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
detr
polynomial determinant
Syntax
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 >> |