Content deleted Content added
Jitse Niesen (talk | contribs) →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}
\begin{bmatrix}
1 & & & & & 0 \\
& \ddots & & & & \\
& & 1 & & & \\
& & l_{
& & \vdots & & \ddots & \\
0 & & l_{n,
\end{bmatrix}
</math>
is called '''atomic lower triangular''' matrix, with
:<math> \mathbf{U}
\begin{bmatrix}
1 & & & l_{1,
& \ddots & & \vdots & & \\
& & \ddots & l_{
& & & 1 & & \\
& & & & \ddots & \\
|