InterviewSolution
Saved Bookmarks
| 1. |
The Cartesian equations of a line are `(x-3)/(2)=(y+2)/(-5) =(z-6)/(4)` Find the vector equations of the line . |
| Answer» Correct Answer - `vec(r ) =(3hat(i) -2hat(j) +6hat(k)) +lambda(2hat(i)-5hat(j)+4hat(k))` | |