Manuals/calci/IMPRODUCT
Jump to navigation
Jump to search
Syntax
Remarks
Examples
''''''' ''''
Description
This function calculates the product of complex numbers in a+ bi or a + bj text format.
IMPRODUCT
The product of two complex numbers is:
(a+b1)(c+d1)=(ac-bd)+(ad+bc)i
MPRODUCT(IN1,IN2,...)
IN1, IN2,… are complex numbers to multiply.
Column1 | Column2 | Column3 | Column4 | |
Row1 | 41+0i | 18+-2i | ||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
Let's see an example.
I.e.=IMPRODUCT(“5+4i”,”5-4i”) is 41-0i
///rly =IMPRODUCT(“5+4i”,”2-2i”) is 18+-2i