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
htrianr
triangularisation d'une matrice de polynômes
Séquence d'appel
[Ar, U, rk] = htrianr(A)
Paramètres
- A
matrice de polynômes
- Ar
matrice de polynômes
- U
matrice unimodulaire de polynômes.
- rk
entier, le rang normal de
A
Description
triangularisation de la matrice de polynômes A
.
A
de taille [m,n]
, m ≤ n
.
Ar=A*U
Attention: il y a une élimination des "petits" termes (voir le code la fonction). |
Exemples
Voir aussi
Report an issue | ||
<< hrmt | Polynômes | inv_coeff >> |