Scilab 6.0.0
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
hrmt
máximo divisor comum de polinômios
Seqüência de Chamamento
[pg,U]=hrmt(v)
Parâmetros
- v
vetor linha de polinômios, i.e. matriz de polinômios
1
xk
- pg
polinômio
- U
matriz de polinômios unimodular
Descrição
[pg,U]=hrmt(v)
retorna uma matriz unimodular
U
e pg
= MDC do vetor linha de
polinômios v
tais que v*U =
[pg,0]
.
Comments
Add a comment:
Please login to comment this page.