Manuals/calci/IMDIV
Jump to navigation
Jump to search
Syntax
Remarks
Examples
''''''' ''''
Description
This function calculates the quotient of two complex numbers in 'a + bi' or 'a +bj' text format.
IMDIV
The quotient of two complex numbers is:
IMDIV(z1,z2)=(a+bi)/(c-di)=[(ac-bd)+(bc-ad)i] / (c2-d2)
IMDIV(IN1,IN2)
where IN1 and IN2 are the complex numerator or dividend and the complex denominator or divisor.
Column1 | Column2 | Column3 | Column4 | |
Row1 | 12.533333333333333+-15.066666666666666i | |||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
I.e.=IMDIV(“512+120i”,”12+24i”) is12.533+-15.067i