If v is a vector, then -v is a vector pointing in the opposite direction.
If v is represented by (a, b, c)T then -v is represented by (-a, -b, -c)T.
What is the relation between the length of v and the length of -v?