Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
gcd
gcd calculation
Calling Sequence
[pgcd,U]=gcd(p)
Arguments
- p
polynomial row vector
p=[p1,..,pn]
or integer row vector (type equal to 8)
Description
computes the gcd of components of p
and a unimodular
matrix (with polynomial inverse) U
, with minimal degree such that
p*U=[0 ... 0 pgcd]
Examples
See Also
<< factors | Polynomials | hermit >> |