Skip to content

Commit b6477df

Browse files
committed
Remove another stray close-paren
1 parent 7bb74b6 commit b6477df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notes/notes.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ Consider factorization of \(\begin{bmatrix}\epsilon & 1 \\1 & 1
18551855
\(L = \begin{bmatrix}1 & 0 \\1/\epsilon & 1 \end{bmatrix}\),
18561856
\(U = \begin{bmatrix}\epsilon & 1 \\0 & 1-1/\epsilon \end{bmatrix}\)
18571857
- Rounding: \(\fl(U) = \begin{bmatrix}\epsilon & 1 \\0 & -1/\epsilon \end{bmatrix}\)
1858-
- This leads to \(L\fl(U)) = \begin{bmatrix}\epsilon & 1 \\1 & 0 \end{bmatrix}\), a backward error of \(\begin{bmatrix}0 & 0 \\0 & 1 \end{bmatrix}\)
1858+
- This leads to \(L\fl(U) = \begin{bmatrix}\epsilon & 1 \\1 & 0 \end{bmatrix}\), a backward error of \(\begin{bmatrix}0 & 0 \\0 & 1 \end{bmatrix}\)
18591859
#+LATEX: \end{hidden}
18601860

18611861
*** Round-off Error in LU with Pivoting

0 commit comments

Comments
 (0)