If Vector a = (5, -5, 3), Vector b = (1, 2, 3), determin proj (Vector a onto Vector b).

1 answer

that would be

ab/|b| =

(5)(1)+(-5)(2)+(3)(3)
-----------------------------
√(1^2+2^2+3^2)