Question
If Vector a = (5, -5, 3), Vector b = (1, 2, 3), determin proj (Vector a onto Vector b).
Answers
Steve
that would be
<b>a</b>•<b>b</b>/|<b>b</b>| =
(5)(1)+(-5)(2)+(3)(3)
-----------------------------
√(1^2+2^2+3^2)
<b>a</b>•<b>b</b>/|<b>b</b>| =
(5)(1)+(-5)(2)+(3)(3)
-----------------------------
√(1^2+2^2+3^2)