Log in to edit a copy.
Download.
Other published documents...
clase 24 de octubre
210 days ago by karen@tecpabellon
#1 A= matrix([[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]
[ 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]