InterviewSolution
Saved Bookmarks
| 1. |
If the vectors vec(a), vec(b), vec(c ) are represents the sides vec(BC), vec(CA) and vec(AB) respectivley of triangle ABC, then |
|
Answer» `vec(a).vec(B) = vec(b).vec(c )= vec(c ).vec(a)= 0` |
|