InterviewSolution
Saved Bookmarks
| 1. |
Which of the following expressionsare meaningful?` vec udot( vec vxx vec w)`b. `( vec udot vec v)dot vec w`c. `( vec udot vec v)dot vec w`d. ` vec uxx( vec vdot vec w)`A. `vecu.(vecvxx vecw)`B. `(vecu.vecv).vecw`C. `(vecu.vecv)vecw`D. `vecu xx (vecv . Vecw)` |
|
Answer» Correct Answer - a,c Dot product of two vectors gives a scalar quantity. |
|