How do you normalize #<-3,0,1>#?
1 Answer
Jan 24, 2017
See explanation.
Explanation:
To normalize a vector you have to divide all vector's coordinates by the vector's norm.
#||v||=sqrt(x^2+y^2+z^2)#
Here we have:
So the normalized vector is:
After rationalizing the denomionators you get: