Hi everyone,
I've two vectors in cylindrical coordinate - (-1,\frac{3\pi}{2},0),(2,\pi,1) - and I want to find the perpendicular unit vector of these two vector.
Basically I'll use the cross product, then I'll find the unit vector by \hat{u}=\frac{\vec{u}}{||\vec{u}||}.
But do you I...