Skip to content

Commit 85db555

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e9590b4 commit 85db555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linear_algebra/gaussian_elimination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def retroactive_resolution(
1717
1818
Examples:
1919
1.
20-
* 2x1 + 2x2 - 1x3 = 5
20+
* 2x1 + 2x2 - 1x3 = 5
2121
* 0x1 - 2x2 - 1x3 = -7
2222
* 0x1 + 0x2 + 5x3 = 15
2323
2.

0 commit comments

Comments
 (0)