Triangular matrix: Difference between revisions

Content deleted Content added
Undid revision 1152064985 by 128.6.36.124 (talk) unsourced
Tags: Undo Mobile edit Mobile web edit Advanced mobile edit
m Made the order of examples match the order of definitions introduced
Line 35:
 
This matrix
:<math>\begin{bmatrix}
1 & 4 & 1 \\
0 & 6 & 9 \\
0 & 0 & 1 \\
\end{bmatrix}</math>
 
is upper triangular and this matrix
:<math>\begin{bmatrix}
1 & 0 & 0 \\
Line 48 ⟶ 42:
\end{bmatrix}</math>
 
is lower triangular., and
 
:<math>\begin{bmatrix}
1 & 4 & 1 \\
0 & 6 & 9 \\
0 & 0 & 1 \\
\end{bmatrix}</math>
 
is upper triangular and this matrix
 
==Forward and back substitution==