Content deleted Content added
MathMartin (talk | contribs) added definition for atomic triangular matrix |
MathMartin (talk | contribs) m spelling |
||
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.
== Definition ==
A matrix ''L'' of the form
:<math> \mathbf{L}=
\begin{pmatrix}
l_{1,1} & & & & 0 \\
Line 110:
</math>
which can be solved by the following
:<math>
\begin{matrix}
Line 120:
:</math>
A matrix equation with a normed upper triangular matrix
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''.
|