This is probably very basic, but I need to learn more about this:
What is this operation?
(a, b) operation (c, d) = (a * c - b * d, a * d + b * c)
And where can I learn more about the topic?
Thanks.
This is probably very basic, but I need to learn more about this:
What is this operation?
(a, b) operation (c, d) = (a * c - b * d, a * d + b * c)
And where can I learn more about the topic?
Thanks.
This comes from the definition of the complex numbers as ordered pairs $(x,y)$ of reals, with the natural addition and the somewhat less natural multiplication of the post.
Note that $$(a+bi)(c+di)=ac-bd +i(ad+bc).$$
Among the many advantages of this definition of complex number is the fact that we do not need to talk about mysterious square roots of $-1$. Our objects are ordered pairs of "ordinary" reals.