Log in to edit a copy.
Download.
Other published documents...
Ch-1-Prob-4-Final-황성빈
2311 days ago by matrix
u=vector([-3, 2, 5, 4, 4, 7, 8]) v=vector([4, 0, -8, 1, 2, -7, 88]) w=vector([6, -1, -4, 3, -5, 9, 12]) x=(2*u-v-w)/6 print "x= ", x
x= (-8/3, 5/6, 11/3, 2/3, 11/6, 2, -14)
x= (-8/3, 5/6, 11/3, 2/3, 11/6, 2, -14)