IMSUM (sum of complex numbers)

Navigation:  Formulas and functions > Functions from A to Z >

IMSUM (sum of complex numbers)

Previous pageReturn to chapter overviewNext page

Syntax:

IMSUM(ComplexNum1 [, ComplexNum2, ComplexNum3 ...])

Description:

This returns the sum of the given complex numbers.

The arguments must be complex numbers in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.

Example:

IMSUM("2+4i", "1+2i") returns 3+6i

See also:

COMPLEX, IMDIV, IMPRODUKT, IMSUB