Scilab Function

coffg - inverse of polynomial matrix

Calling Sequence

[Ns,d]=coffg(Fs)

Parameters

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)

Examples

See Also

Author