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 d5f1786 commit 7096781Copy full SHA for 7096781
src/matrices/gauss-jordan.sci
@@ -0,0 +1,3 @@
1
+function[R] = gaussJordan(A, B)
2
+ R = rref([A B]);
3
+endfunction
0 commit comments