Scilab 6.0.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
coffg
inverse of polynomial matrix
Syntax
[Ns,d]=coffg(Fs)
Arguments
- Fs
square polynomial matrix
Description
coffg
computes Fs^-1
where Fs
is a polynomial
matrix by co-factors method.
Fs
inverse = Ns/d
d
= common denominator; Ns
= numerator (a polynomial matrix)
(For large matrices,be patient...results are generally reliable)
See also
Report an issue | ||
<< coeff | Polynomials | colcompr >> |