Log in to edit a copy.
Download.
Other published documents...
Ch-1.2-exam2-New-이기연
2274 days ago by matrix
x=vector([3, 2, 1, -3]) y=vector([1, 4, -3, 6]) print x.inner_product(y) print "x.inner_product(y)"
-10
-10