Scilab 6.0.1
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
Hermite form
Syntax
[Ar,U]=hermit(A)
Arguments
- A
polynomial matrix
- Ar
triangular polynomial matrix
- U
unimodolar polynomial matrix
Description
Hermite form: U
is an unimodular matrix such that A*U
is
in Hermite triangular form:
The output variable is Ar=A*U
.
Warning: Experimental version |
Report an issue | ||
<< factors | Polynomials | horner >> |