Log in to edit a copy.
Download.
Other published documents...
Ch1 problem6
1670 days ago by ChoiHansil
P=vector([-1,2,1]) Q=vector([-3,-4,5]) print "P-Q =",(P-Q).norm()
P-Q = 2*sqrt(14)
P-Q = 2*sqrt(14)