A good answer might be:

Length of the Negative of a Vector

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.

QUESTION 12:

What is the relation between the length of v and the length of -v?