InterviewSolution
Saved Bookmarks
| 1. |
Find the value of lambda so that the vectors veca and vecb are perpendicular to each other. veca = 2hati-hatj-hatk, vecb = lambdahati+hatj+5hatk |
|
Answer» SOLUTION :If `veca` and `vecb` are perpendicular `veca.vecb = 0` `implies (2hati-hatj-hatk).(lambdahati+hatj+5hatk) = 0` `2lambda-1-5 = 0` `implies 2lambda = 6 implies = lambda = 3. |
|