InterviewSolution
Saved Bookmarks
| 1. |
Find the scalar product of the following pairs of vectors and the angle between them. veca = (2,-2,1) and vecb(0,2,4) |
|
Answer» SOLUTION :`veca = (2, -2, 1)` and `VECB = (0,2,4)` Then `veca.vecb = 0-4+4= 0` `IMPLIES veca` is perpendicular to `vecb`. Hence the angle between them is `pi/4` |
|