Manuals/calci/IMAGINARY
Jump to navigation
Jump to search
IMAGINARY(ComplexNumber)
where,
ComplexNumber - is a complex number for which you use imaginary coefficient.
Calci returns the imaginary coefficient of a complex number in x+yi format.
Use COMPLEX function to convert real and imaginary coefficient into a complex number.
IMAGINARY
Lets see an example in (Column1, Row1)
=IMAGINARY("5+7i")
IMAGINARY returns 7.
Consider an another example(Column1, Row2)
=IMAGINARY("-3i")
It returns -3.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 7 | |||
Row2 | -3 | |||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |