Calculating the norm of a complex number

2 · Eli Bendersky · Oct. 18, 2024, 3:32 a.m.
In this quick post I'll dispel a common confusion in the basic math of complex numbers. It's often useful to calculate the norm-square (also known as absolute square) of a complex number z. This norm-square is denoted |z|^2. One could naively expect that: \[|z|^2=zz\] However, that's false …...