Find the Norm [[3-2i],[3-2i],[0-1i]]
Problem
Solution
Identify the formula for the Euclidean norm (also known as the
L2 norm) of a complex vectorv=[(z_1),(z_2),(z_3)]T which is∥v∥=√(,|(z_1)|2+|*(z_2)|2+|(z_3)|2) Calculate the squared magnitude of each component using the formula
|a+b*i|2=a2+b2 Compute the magnitude for the first component
(z_1)=3−2*i
Compute the magnitude for the second component
(z_2)=3−2*i
Compute the magnitude for the third component
(z_3)=0−i
Sum the squared magnitudes:
Take the square root of the sum to find the norm:
Final Answer
Want more problems? Check here!