Relation S is defined as $R^2-{\vec0}$ if vectors $\vec v$ and $\vec w$ have an angle that is multiple of $\pi/2$ is this an equivalence relation? What if $R^3-{\vec 0}$?
I wrote S={$\vec v, \vec w: cos^{-1}(\frac{\overline v * \overline w}{|\overline v |* |\overline w|})mod\frac{\pi}2$}. So we can clearly see it's reflexive because the angle between any vector and itself is $0$ so done. Then we can see it's symmetric because $\vec v$R$\vec w$ is going to be the same as $\vec w$R$\vec v$ in the above equation. Then I can see it's transitive for any vector that's symmetric, both those vectors will be reflexive so it'll be transitive. But I don't know about something like $(\vec w, \vec v)$ and $(\vec w, \vec t)$ being in the relation and how that shows $(\vec w, \vec t)$.
Also I don't know about $R^3-\vec 0$