Scilab 5.5.2
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
triangularization of polynomial matrix
Calling Sequence
[Ar,U,rk]=htrianr(A)
Arguments
- A
polynomial matrix
- Ar
polynomial matrix
- U
unimodular polynomial matrix
- rk
integer, normal rank of
A
Description
triangularization of polynomial matrix A
.
A
is [m,n]
, m <= n
.
Ar=A*U
Warning: there is an elimination of "small" terms (see function code). |
Report an issue | ||
<< hrmt | Polynomials | inv_coeff >> |