Asked by Ramen

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

Answers

Answered by 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)

There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions