Exercise 4.2.7
Show how to multiply the complex numbers and using only three multiplications of real numbers. The algorithm should take , , and as input and produce the real component and the imaginary component separately.
Simple enough. The three multiplications are:
The result is: