Skip to content

Commit ca58683

Browse files
authored
Merge pull request algorithm-archivists#593 from leios/GE_typo
fixing typo in step 2 of Gaussian Elimination
2 parents c53c762 + 62da63b commit ca58683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/gaussian_elimination/gaussian_elimination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ $$
350350
\end{array}
351351
\right] \\
352352
\begin{align}
353-
f &= A(\text{pivot}_{\text{row}}, \text{pivot}_{\text{col}}) / A(\text{curr_row}_{\text{row}}, \text{pivot}_{\text{col}}) \\
353+
f &= A(\text{curr_row}, \text{pivot}_{\text{col}}) / A(\text{pivot}_{\text{row}}, \text{pivot}_{\text{col}}) \\
354354
&= \frac{1}{3}
355355
\end{align}
356356
$$

0 commit comments

Comments
 (0)