Skip to content

Commit db6f441

Browse files
add URL
1 parent 8bc4a4e commit db6f441

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linear_algebra/gauss_jordan.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def gauss_jordan(
2020
Raises:
2121
ValueError: If shapes of A and b are incompatible.
2222
23+
See Also:
24+
https://en.wikibooks.org/wiki/Linear_Algebra/Gauss-Jordan_Reduction
25+
2326
Examples:
2427
>>> import numpy as np
2528
>>> A = np.array([[1, 2, -1], [2, 4, -2], [3, 6, -3]])

0 commit comments

Comments
 (0)