Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
invr
inversion of (rational) matrix
Calling Sequence
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
<< htrianr | Polynomials | lcm >> |