What is a vector norm?
The length of a vector is referred to as the vector’s magnitude or the vector norm. There can be several types of norms. The vector norm |x|p is defined as:
For p = 1, we get L1 norm and that is defined as:
For p = 2, we get L2 norm and that is defined as:
For example, if v=(1, 2, 3), then L1 norm of v is |1| + |2| + |3| = 6. And the L2 norm of v is:
Similarly, L3 norm of v will be:
And when p=∞, the vector norm is called vector max norm, and it is defined as:
So, for our example vector v = (1, 2, 3), the vector max norm will be: …








































0 Comments