Scilab 6.0.1
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
Co-factors of a matrix of polynomials or rationals
Syntax
[tC, d] = coffg(M)
Arguments
- M
square matrix of numbers or polynomials or rationals, with real or complex coefficients.
- tC
square matrix of the type of
M
: Transposed co-matrix ofM
, such thattC/d
is equal toinv(M)
.- d
scalar: determinant
det(M)
, with theM
's data type and encoding.
Description
coffg(M)
computes co-factors of M
, and returns
the transposed co-matrix tC
.
When M
has a single component, tC
is
1
and d==M
For large matrices, calculations may be slow. |
Examples
See also
Report an issue | ||
<< coeff | Polynomials | colcompr >> |