I have a problem where I'm given 3 vectors with the same length and 60 degree angles between any 2 of them. And one of the aims of the problem is for me to prove that those vectors are linearly independent. But how is that done without knowing the coordinates?
Most Google and SO searches yield how to calculate normal linear dependence, but don't touch up much on how to prove that without coordinates.
Suppose they are linearly dependant, then they are all in the same plane. If you have two vectors $u$ and $v$ in the plane, and they form the same angle with vector $x$ then $u=\alpha v$ for some positive $\alpha$, but then the angle between $u$ and $v$ is zero, a contradiction.