Log in to edit a copy.
Download.
Other published documents...
24/oct/2011
212 days ago by yoya.pedroza@Tecpabellon
M = MatrixSpace(QQ,3,4) A = M([[1,1,1,110],[0,1,-1,19/18],[1,-1,0,6/5]]) print "A" print A
A [ 1 1 1 110] [ 0 1 -1 19/18] [ 1 -1 0 6/5]
A [ 1 1 1 110] [ 0 1 -1 19/18] [ 1 -1 0 6/5]
A.echelon_form ()
[ 1 0 0 10211/270] [ 0 1 0 9887/270] [ 0 0 1 4801/135]
[ 1 0 0 10211/270] [ 0 1 0 9887/270] [ 0 0 1 4801/135]