Python Programming: An Introduction To Computer Science

Complex numbers, which have real (r) and imaginary (i) parts display in Python as (r + ij); the product of two purely imaginary numbers has a real part that is the negative product of the imaginary parts with zero as their imag-inary part: 3j * 5j returns the result (-15+0j), which is stored and displayed ................
................