How do you normalize <0,2,0>?
1 Answer
May 21, 2016
Normalizing a vector involves dividing each of its elements by the length of the vector, so that we end up with a vector of unit length in the same direction as the original vector. In this case
Explanation:
First find the length of the original vector:
Now divide each element by this length, and the normalised vector is
This makes sense: our original vector was of length 2 in the