InterviewSolution
Saved Bookmarks
| 1. |
The vector area of the Delta ABC whose vertices are a,b,c is |
|
Answer» `{(a xx B) + (b xx c) + (c xx a)}` |
|