Is there any difference between the absolute values operators $|z|$ and $\|z\|$ where $z=a+ib$?
Is there any difference between the absolute values operators $|z|$ and $\|z\|$?
2
$\begingroup$
complex-numbers
3 Answers
8
Usually, no. But if you see both notation used in the same discussion, it is possible that the author intended to define $\|z\|$ to be a different norm; in that case it will strictly depend on context.
3
Usually, $\|z\|$ is defined on vectors, while $|z|$ is defined on scalars. Nevertheless, since $z$ is also a one-dimensional vector (over $\mathbb C$) or a two-dimensional real vector, we have $|z| = \|z\|$.
1
I have only seen $|\cdot |$ used in the context of complex numbers. If you think of a complex number as a real planar vector, the planar vector's $\|\cdot \|$ is the same as the corresponding complex number's $|\cdot |$.
-
0This is sometimes done. – 2012-06-14