Log in to edit a copy.
Download.
Other published documents...
LA ch1 ex2(change number) finallized by 김민기
2462 days ago by Minki
x = vector([3, 2, 1]) B = vector([2, 3, 8]) print "vector xB ", B-x
vector xB (-1, 1, 7)
vector xB (-1, 1, 7)