Log in to edit a copy.
Download.
Other published documents...
LA+Chapter1+pr2+김원경
2449 days ago by math2013
x=vector([1,1,3]) b=vector([-1,-1,2]) print "b-x=", b-x
b-x= (-2, -2, -1)
b-x= (-2, -2, -1)