Find the Norm [[-2],[2],[1]]
Problem
Solution
Identify the components of the vector
v=[[−2],[2],[1]] as(v_1)=−2 (v_2)=2 and(v_3)=1 Apply the formula for the Euclidean norm (also known as the
L2 norm) of a vector inℝ3 which is∥v∥=√(,(v_1)2+(v_2)2+(v_3)2) Substitute the values into the formula:
Square each component:
Sum the squared values:
Simplify the square root to find the final magnitude.
Final Answer
Want more problems? Check here!