Scilab 6.0.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
invr
inversion of (rational) matrix
Syntax
F = invr(H)
Arguments
- H
- polynomial or rational matrix 
- F
- polynomial or rational matrix 
Description
If H is a polynomial or rational function matrix, invr
            computes H^(-1) using Leverrier's algorithm (see function code)
Examples
See also
| Report an issue | ||
| << inv_coeff | Polynomials | lcmdiag >> |