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 8bc4a4e commit db6f441Copy full SHA for db6f441
1 file changed
linear_algebra/gauss_jordan.py
@@ -20,6 +20,9 @@ def gauss_jordan(
20
Raises:
21
ValueError: If shapes of A and b are incompatible.
22
23
+ See Also:
24
+ https://en.wikibooks.org/wiki/Linear_Algebra/Gauss-Jordan_Reduction
25
+
26
Examples:
27
>>> import numpy as np
28
>>> A = np.array([[1, 2, -1], [2, 4, -2], [3, 6, -3]])
0 commit comments