Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
hermit
forma hermitiana
Seqüência de Chamamento
[Ar, U] = hermit(A)
Parâmetros
- A
matriz de polinômios
- Ar
matriz de polinômios triangular
- U
matriz de polinômios unimodular
Descrição
Forma hermitiana: U
é uma matriz unimodular tal
que A*U
está na forma triangular de Hermite:
A variável de saída é Ar=A*U
.
Aviso: versão experimental
Exemplos
--> clean(p'*p*U) ans = 0 0 s² 0 0 s² +2s³ +s⁴ 0 0 2s³ +s⁴ --> det(U) ans = 1
Report an issue | ||
<< factors | Polinômios | horner >> |