InterviewSolution
Saved Bookmarks
| 1. |
14. Which one of the following is wrong?a)..i-1b)c) ixi-od) k.K-Oj.js1 |
|
Answer» d) k.k = 0The dot product of any unit vector with itself is one. i.i = 1. j.j = 1. k.k = 1 |
|