Learn R Programming

polyMatrix (version 0.3.1)

triang_Euclidean: Triangularization of a polynomial matrix by Euclidean division metho

Description

Triangularization of a polynomial matrix by Euclidean division metho

Usage

triang_Euclidean(pm)

Arguments

pm

matrix to triangularize

Value

Upper tringular matrix `T` and transformation matrix `U`.

Details

The method use the for polynomilas extended Euclidean algorithm.

This method search a solution of the triangulrization by the method of Sylvester matrix, descripted in the article Labhalla-Lombardi-Marlin (1996).

References

Thomas Kailaith:Linear Systems, Prentice-Hall, 1980, pp 373-376

See Also

triang_Sylvester