Triangular matrix: Difference between revisions

Content deleted Content added
Application: do not assume that L is *unit* lower triangular
Atomics - confusion using n for both size and index
Line 30:
 
The matrix
:<math> \mathbf{L}_n_{i} =
\begin{bmatrix}
1 & & & & & 0 \\
& \ddots & & & & \\
& & 1 & & & \\
& & l_{ni+1,ni} & \ddots & & \\
& & \vdots & & \ddots & \\
0 & & l_{n,ni} & & & 1 \\
\end{bmatrix}
</math>
is called '''atomic lower triangular''' matrix, with
:<math> \mathbf{U}_n_{i} =
\begin{bmatrix}
1 & & & l_{1,ni} & & 0 \\
& \ddots & & \vdots & & \\
& & \ddots & l_{ni-1,ni} & & \\
& & & 1 & & \\
& & & & \ddots & \\