Skip to content

Commit 7096781

Browse files
author
mmiranda96
committed
Gauss Jordan
1 parent d5f1786 commit 7096781

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/matrices/gauss-jordan.sci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function[R] = gaussJordan(A, B)
2+
R = rref([A B]);
3+
endfunction

0 commit comments

Comments
 (0)