Triangular matrix: Difference between revisions

Content deleted Content added
Dysprosia (talk | contribs)
new
 
Dysprosia (talk | contribs)
m whoops
Line 3:
For example:
:<math>\begin{pmatrix}
1 & 4 & 2 \\
0 & 3 & 4 \\
0 & 0 & 1 \\
\end{pmatrix}</math>
is upper triangular and
:<math>\begin{pmatrix}
1 & 0 & 0 \\
2 & 8 & 0 \\
4 & 9 & 7 \\
\end{pmatrix}</math>
is lower triangular.