Ask a New Question
Search
If Vector a = (5, -5, 3), Vector b = (1, 2, 3), determin proj (Vector a onto Vector b).
1 answer
that would be
a
•
b
/|
b
| =
(5)(1)+(-5)(2)+(3)(3)
-----------------------------
√(1^2+2^2+3^2)
Ask a New Question
or
answer this question
.