Log in to edit a copy.
Download.
Other published documents...
Gaussian-Jordan elimination
1669 days ago by Mohammed
Aug =matrix([[1,3,2,4],[1,4,2,8],[2,5,-2,5]]) print Aug.rref()
[ 1 0 0 -23/3] [ 0 1 0 4] [ 0 0 1 -1/6]
[ 1 0 0 -23/3] [ 0 1 0 4] [ 0 0 1 -1/6]