Learn R Programming

polyMatrix (version 0.2.5)

triang_Euclidean: Triangularization of a polynomial matrix by Euclidean division method

Description

The function triang_Euclidean triangularize the given polynomial matrix.

Usage

triang_Euclidean(pm)

Arguments

pm

polynomial matrix to triangularize

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