Triangular matrix: Difference between revisions

Content deleted Content added
MathMartin (talk | contribs)
added ==Notes==
MathMartin (talk | contribs)
worked on introduction
Line 1:
In the [[mathematics | mathematical]] discipline of [[linear algebra]], a '''triangular matrix''' is a special kind of [[Matrix_(mathematics)|matrix]] where the entries below or above the [[main diagonal]] are zero.
Because matrix equations with triangular matrices are easy to calculatesolve they are very important in [[numerical analysis]]. The [[LU decomposition]] gives an algorithm to decompose any [[invertible matrix]] ''A'' into a normed upperlower triangle matrix ''L'' and aan normed lowerupper triangle matrix ''RU''.
 
== Definition ==
Line 123 ⟶ 124:
 
A matrix equation with a normed upper triangular matrix ''U'' can be solved in an analogous way.
 
Because triangular matrices are easy to calculate they are very important in numerical analysis.The [[LU decomposition]] gives an algorithm to decompose any [[invertible matrix]] ''A'' into a normed upper triangle matrix ''L'' and a normed lower triangle matrix ''R''.
 
== See also ==