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
hrmt
gcd of polynomials
Syntax
[pg,U]=hrmt(v)
Arguments
- v
row of polynomials i.e.
1
xk
polynomial matrix- pg
polynomial
- U
unimodular matrix polynomial
Description
[pg,U]=hrmt(v)
returns a unimodular matrix U
and pg
= gcd of row of
polynomials v
such that v*U = [pg,0]
.
Examples
Report an issue | ||
<< horner | Polynomials | htrianr >> |