IMABS
Returns the absolute value (modulus) of a complex number.
EngineeringEngineering & Science
What it does
Calculates the magnitude of a complex number |z|.
Syntax
IMABS(inumber)
Arguments
inumber(text) β Complex number (e.g., "3+4i").
Examples
Complex Modulus
Magnitude of 3+4i.
FORMULA
=IMABS("3+4i")RESULT
5
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 3+4i |