

InterviewSolution
Saved Bookmarks
1. |
Find the vector and the cartesian equations of the line that passes through the points`(3, 2, 5), (3, 2, 6)`. |
Answer» `vecb=vec(pq)=0hati+ohatj+11hatk` `vecr=3hati-2hatj-5hatk+lambda(11hatk)` `(x-3)/0=(y+2)/0=(z+5)/11` |
|