Scilab Function

htrianr - triangularization of polynomial matrix

Calling Sequence

[Ar,U,rk]=htrianr(A)

Parameters

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).

Examples

See Also