InterviewSolution
Saved Bookmarks
| 1. |
If a and b are two vectors such that vector a.b = 6, |a| = 3 and |b| = 4 Write the projection of on |
|
Answer» \(\vec a.\vec b=|a||b|cos\theta=6\) Given, |a|=3, |b|=4 6 = 3 x 4 cos θ 6 = 12 cos θ cos θ = \(\cfrac12\) |
|