InterviewSolution
Saved Bookmarks
| 1. |
Find the vector and Cartesian equations of the line passing through the points A(2,-3,0) and B(-2,4,3). |
| Answer» Correct Answer - `vec(r )=(hat(i) -2hat(j) +hat(k)) +lambda( -4hat(i) +7hat(j) +3hat(k)) ,(x-2)/(-4) =(y+3)/(7) =(z)/(3)` | |