Skip to main content

COMPLEX

Description

Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj.

Sample Usage

Syntax

COMPLEX(real_num, i_num, [suffix])

The COMPLEX function syntax has the following arguments:

  • Real_num    Required. The real coefficient of the complex number.

  • I_num    Required. The imaginary coefficient of the complex number.

  • Suffix    Optional. The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be "i".

NOTE: All complex number functions accept "i" and "j" for suffix, but neither "I" nor "J". Using uppercase results in the #VALUE! error value. All functions that accept two or more complex numbers require that all suffixes match.

Remarks

  • If real_num is nonnumeric, COMPLEX returns the #VALUE! error value.

  • If i_num is nonnumeric, COMPLEX returns the #VALUE! error value.

  • If suffix is neither "i" nor "j", COMPLEX returns the #VALUE! error value.

In order to use the COMPLEX formula, start with your edited Excellentable:




Then type in the COMPLEX formula in the area you would like to display the outcome:



By adding the values you would like to calculate the COMPLEX formula for, Excellentable will generate the outcome:


A
B
1
COMPLEX Formula
Value
2
COMPLEX(3,4,"j")
3+4j
3
COMPLEX(0,1)
i
4
COMPLEX(3,4)
3+4i

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.