

InterviewSolution
Saved Bookmarks
1. |
The value of the sum of two vectors `vecA` and `vecB` with `theta` as the angle between them isA. `sqrt(A^(2)+B^(2)+2ABcos theta)`B. `sqrt(A^(@)-B^(2)+2ABcostheta)`C. `sqrt(A^(@)+B^(2)-2ABsintheta)`D. `sqrt(A^(2)+B^(2)+2ABsintheta)` |
Answer» Correct Answer - A |
|