Vector Norm Calculator
Enter the vector components below to solve the L1, L2, and Lβ norm.
Vector Norm:
π1: | |
π2: | |
πβ: |
Steps to Solve
Solve the L1 Norm
L1 = |x| + |y|
Substitute Values and Solve
Enter vector coordinates above to see the solution here
Solve the L2 Norm
L2 = xΒ² + yΒ²
Substitute Values and Solve
Enter vector coordinates above to see the solution here
Solve the Lβ Norm
Lβ = max(|x|, |y|)
Substitute Values and Solve
Enter vector coordinates above to see the solution here
π1: | |
π2: | |
πβ: |
Steps to Solve
Solve the π1 Norm
π1 = |x| + |y| + |z|
Substitute Values and Solve
Enter vector coordinates above to see the solution here
Solve the π2 Norm
π2 = xΒ² + yΒ² + zΒ²
Substitute Values and Solve
Enter vector coordinates above to see the solution here
Solve the πβ Norm
πβ = max(|x|, |y|, |z|)
Substitute Values and Solve
Enter vector coordinates above to see the solution here
On this page:
How to Find Vector Norm
In Linear Algebra, a norm is a way of expressing the total length of the vectors in a space. Commonly, the norm is referred to as the vectorβs magnitude, and there are several ways to calculate the norm.
How to Find the π1 Norm
The π1 norm is the sum of the vectorβs components. This can be referred to as a taxicab norm since it is equal to the path a taxi might take to get from the origin point to the vectorβs coordinates.
π1 Norm Formula
Since the π1 norm is the sum of the componentβs absolute values, the formula for the π1 norm is:
π1 = |x| + |y| + |z|
Thus, the π1 norm is equal to the absolute value of x plus the absolute value of y plus the absolute value of z.
How to Find the π2 Norm
The π2 norm is sometimes referred to as the Euclidean norm, and you can find it using the vector magnitude formula.
π2 Norm Formula
The π2 norm is equal to the square root of the sum of the squares of each component of the vector. The formula looks like this:
|a|= xΒ² + yΒ² + zΒ²
Thus, the π2 norm of a vector is equal to the square root of the sum of the square of each of the vectorβs components x, y, and z.
How to Find the πβ Norm
The πβ norm is equal to the absolute value of the largest magnitude of each of the vectorβs components. Thus, the πβ norm is equal to the largest component value in the vector.
Youβll probably also be interested in our vector calculator.