描述
IMDIV函数以x + yi或x + yj文本格式返回两个复数的商。
IMDIV(z1,z2)= \\frac {(a + bi)} {(c + in)} = \\frac {{ac + bd)+(bc-ad)i} {c \^ 2 + d \^ 2 }
语法
IMDIV (inumber1, inumber2)
争论
Argument | 描述 | Required/Optional |
---|---|---|
Inumber1 | The complex numerator or dividend. | Required |
Inumber2 | The complex denominator or divisor. | Required |
Notes
-
Excel中的复数仅存储为文本。
-
当将格式为" a + bi"或" a + bj"的文本字符串提供给Excel的内置复数函数之一时,这被解释为复数。
-
"复数"函数可以接受一个简单的数值,因为它等同于虚数等于0的复数。
-
使用COMPLEX将实系数和虚系数转换为复数。
-
如果inumber2等于0,或者如果inumber1中的任何一个都不能识别为复数,则IMDIV返回#NUM!错误。
-
如果inumber1,inumber2中的任何一个是逻辑值,则IMDIV返回#VALUE!错误。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016