Find the Norm [[8],[-16],[11]]
Problem
Solution
Identify the components of the vector
v=[[8],[−16],[11]] as(v_1)=8 (v_2)=−16 and(v_3)=11 Apply the formula for the Euclidean norm (magnitude) of a vector in
ℝ3 which is∥v∥=√(,(v_1)2+(v_2)2+(v_3)2) Square each component of the vector.
Sum the squared components together.
Take the square root of the sum to find the final norm.
Final Answer
Want more problems? Check here!