InterviewSolution
Saved Bookmarks
| 1. |
Find the direction cosines of the normal to the plane `y=3`. |
|
Answer» Correct Answer - 0,1,0 Direction ratios of the normal to the plane are 0,1,0 and `sqrt((-1)^(2)+0^(2)+0^(2))=1`. Hence,the required direction cosines are 0,1,0. |
|