

InterviewSolution
Saved Bookmarks
1. |
How will you find magnitude and direction of vector if it\'s components are given (2d and 3d) |
Answer» Thanku akanksha for the answer<br>Ax= x component of AAy = ycomponent of AAz = z component of ATherefore A= ( ax^2+ay^2+az^2)^1/2It is for 3dFor 2d only take x and y component Direction:Tan A = ax/ay<br>It\'s imp please answer | |