Content deleted Content added
MathMartin (talk | contribs) worked on introduction |
MathMartin (talk | contribs) rewrote definition |
||
Line 4:
== Definition ==
A matrix
:<math> \mathbf{L}=
\begin{pmatrix}
Line 15 ⟶ 17:
</math>
is called '''lower triangular matrix''' or '''left triangular matrix'''.
Analogously a matrix
:<math> \mathbf{U} =▼
\begin{pmatrix}▼
& & \ddots & \ddots & \vdots \\▼
& & & \ddots & u_{n-1,m}\\▼
\end{pmatrix}▼
</math>▼
=== Normed triangular matrix ===
A lower triangular matrix where entries in the main diagonal are one
:<math> \mathbf{L} =
Line 27 ⟶ 46:
</math>
Analogously the matrix
:<math> \mathbf{U} =
\begin{pmatrix}
1 & u_{1,2} & u_{1,3} & \ldots & u_{1,m} \\
& 1 & u_{2,3} & \ldots & u_{2,m} \\
& & \ddots & \ddots & \vdots \\
& & & \ddots & u_{n-1,m}\\
0 & & & & 1
\end{pmatrix}
</math>
the matrix is called '''unit upper triangular matrix''' or '''
=== Atomic triangular matrix ===
The matrix
:<math> \mathbf{L}_i =
\begin{pmatrix}
Line 37 ⟶ 71:
& & l_{i+1,i} & \ddots & & \\
& & \vdots & & \ddots & \\
0 & & l_{n,i} &
\end{pmatrix}
</math>
is called '''atomic
Analogously
:<math> \mathbf{U}_i =
\begin{pmatrix}
0 & & & & & 1 \\
\end{pmatrix}
</math>
is called '''atomic upper triangular''' matrix.
▲is called '''upper triangular matrix''' or '''right triangular matrix'''. If the diagonal entries in ''U'' are one
▲:<math> \mathbf{U} =
▲\begin{pmatrix}
▲1 & u_{1,2} & u_{1,3} & \ldots & u_{1,m} \\
▲ & 1 & u_{2,3} & \ldots & u_{2,m} \\
▲ & & \ddots & \ddots & \vdots \\
▲ & & & \ddots & u_{n-1,m}\\
▲ 0 & & & & 1
▲\end{pmatrix}
▲</math>
▲the matrix is called '''unit upper triangular matrix''' or '''normed upper triangular matrix'''.
== Notes ==
|