InterviewSolution
Saved Bookmarks
| 1. |
If vec A and vec B are two vectors can vec A + vec B be equal to zero ? |
| Answer» Solution :`VEC A + vec B` MAY be zero when `vec A` and `vec B` are opposite VECTORS i.e. when they have same magnitude but in opposite direction . | |