Within the world of complex numbers, the 'imaginary' value, i is used to represent the square root of -1.
A Complex Number is composed of a real number combined with an imaginary number.
E.g. The complex number, z, is written as
The Excel Complex function takes two arguments, representing the real and the imaginary coefficients of a complex number, and from these, creates a complex number.
The syntax of the function is:
where the arguments are as shown in the table below:
real_num | - | The real component of the complex number. |
i_num | - | The imaginary component of the complex number. |
[suffix] | - |
An optional text argument, equal to "i" or "j" that specifies the suffix to be used. I.e. whether the imaginary number is written in the style 5+2i or 5+2j. If omitted, the [suffix] argument uses the default value "i". |
The following spreadsheets show the Excel Complex function, used to create different complex numbers.
Formulas:
|
Results:
|
Further examples of the Excel Complex function are provided on the Microsoft Office website.
If you get an error from your Excel Complex function this is likely to be the #VALUE! error:
#VALUE! | - |
Occurs if either:
|