Home
Microsoft Office Excel 2007 Tutorial
Introduction
Editing
Format Style
Table
Chart
Formula
Workbook Worksheet
Wordart Clip Art Shape Picture
PivotTable PivotChart
Data Analysis
Macro ActiveX Add in
Security
Collaboration
Database functions
Date Time functions
Engineering functions
Information functions
Logical functions
Lookup Reference functions
Math Trigonometry functions
Statistical functions
Text functions
COMPLEX « Engineering functions « Microsoft Office Excel 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Engineering functions
COMPLEX
16.8.COMPLEX
16.8.1.
=COMPLEX(3,4) returns Complex number with 3 and 4 as the real and imaginary coefficients
16.8.2.
=COMPLEX(3,4,"j") returns Complex number with 3 and 4 as the real and imaginary coefficients, and j as the suffix (3 + 4j)
16.8.3.
=COMPLEX(0,1) returns Complex number with 0 and 1 as the real and imaginary coefficients
16.8.4.
=COMPLEX(1,0) return Complex number with 1 and 0 as the real and imaginary coefficients