powered by
Triangularization of a polynomial matrix by Euclidean division metho
triang_Euclidean(pm)
matrix to triangularize
Upper tringular matrix `T` and transformation matrix `U`.
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).
Thomas Kailaith:Linear Systems, Prentice-Hall, 1980, pp 373-376
triang_Sylvester