The absolute value (the modulus) of a complex number is calculated as the square root of the sum of the squares of the real and imaginary coefficients.
I.e. the modulus of the complex number, z = a + bi is:
For further information on Complex Numbers, see the Wikipedia Complex Numbers Page.
The Excel Imabs function returns the absolute value (the modulus) of a complex number.
The syntax of the function is:
where the inumber argument is a Complex Number.
Note that complex numbers are simply stored as text in Excel. When a text string in the format "a+bi" or "a+bj" is supplied to one of Excel's built-in complex number functions, this is interpreted as a complex number.
Also the complex number functions can accept a simple numeric value, as this is equivalent to a complex number whose imaginary coefficient is equal to 0.
Therefore, the inumber argument can be supplied to the Excel Imabs function as either:
In the example below, the Excel Imabs function is used find the absolute value (the modulus) of five different complex numbers.
Formulas:
|
Results:
|
Note that, in the above example spreadsheet:
Further details on the Excel Imabs function are provided on the Microsoft Office website.
If you get an error from the Imabs function this is likely to be one of the following:
#NUM! | - | Occurs if the supplied inumber argument is not recognised as a complex number. |
#VALUE! | - | Occurs if the supplied inumber argument is a logical value. |