We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9590b4 commit 85db555Copy full SHA for 85db555
linear_algebra/gaussian_elimination.py
@@ -17,7 +17,7 @@ def retroactive_resolution(
17
18
Examples:
19
1.
20
- * 2x1 + 2x2 - 1x3 = 5
+ * 2x1 + 2x2 - 1x3 = 5
21
* 0x1 - 2x2 - 1x3 = -7
22
* 0x1 + 0x2 + 5x3 = 15
23
2.
0 commit comments