Normalization and magnitude of a vector.

2k Views Asked by At

What is difference between normalization and magnitude of a vector. We compute them with same formula but i don't know any geometric difference between them. Please help me on this. Regards

3

There are 3 best solutions below

1
On

You normalize a vector by dividing it by its magnitude.

I.e., for a vector $v$, $\|v\|$ is the magnitude of $v$, and $\frac{v}{\|v\|}$ is the normalization of vector $v$.

0
On
0
On

In case you have some confusion regarding Normalization and Norm of a vector (I guess you don't) check here... http://mathworld.wolfram.com/VectorNorm.html