Excel - IMDIV 函式



描述

IMDIV 函式返回 x + yi 或 x + yj 文字格式中兩個複數的商。

$$IMDIV(z1,z2) = \frac{(a+bi)}{(c+di)}=\frac{(ac+bd)+(bc-ad)i}{c^2+d^2}$$

語法

IMDIV (inumber1, inumber2)

引數

引數 描述 必需/ 可選
Inumber1 複數分子或被除數。 必需
Inumber2 複數分母或除數。 必需

必需

  • 備註

  • Excel 中的複數只儲存為文字。

  • 當將格式為“a + bi”或“a + bj”的文字字串提供給 Excel 的某個內建複數函式時,它會被解釋為複數。

  • 複數函式可以接受一個簡單的數值,因為這等同於虛係數等於 0 的複數。

  • 使用 COMPLEX 將實係數和虛係數轉換為複數。

  • 如果 inumber2 等於 0,或者 inumber1、inumber2 都未被識別為複數,IMDIV 會返回錯誤 #NUM!

如果 inumber1 或 inumber2 是邏輯值,則 IMDIV 會返回 #VALUE! 錯誤。

適用範圍

Excel 2007、Excel 2010、Excel 2013、Excel 2016

IMDIV Function
示例
列印頁面
廣告