Scilab 5.5.2
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
hrmt
gcd of polynomials
Calling Sequence
[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]
.
Comments
Add a comment:
Please login to comment this page.