Triangular matrix: Difference between revisions

Content deleted Content added
Line 41:
\end{bmatrix}</math>
 
is lower triangular, andfor the matrix: \\
 
 
:<math>\begin{bmatrix}
1 & 5 & 8 \\
2 & 96 & 9 \\
4 & 9 & 69
\end{bmatrix}</math>
 
 
 
 
 
, and
 
:<math>\begin{bmatrix}
Line 49 ⟶ 62:
\end{bmatrix}</math>
 
is upper triangular. for the matrix:\\
 
:<math>\begin{bmatrix}
1 & 4 & 1 \\
99 & 6 & 9 \\
40 & 88 & 1
\end{bmatrix}</math>
 
==Forward and back substitution==