User's Guide
Table Of Contents
- Table of Contents
- Before Using the Calculator
- Calculation Modes and Calculator Setup
- Inputting Expressions and Values
- Basic Calculations
- Function Calculations
- Pi (π), Natural Logarithm Base e
- Trigonometric Functions
- Hyperbolic Functions
- Angle Unit Conversion
- Exponential Functions
- Logarithmic Functions
- Power Functions and Power Root Functions
- Integration Calculations
- Differential Calculations
- Σ Calculations
- Rectangular-Polar Coordinate Conversion
- Factorial Function (!)
- Absolute Value Function (Abs)
- Random Number (Ran#)
- Random Integer (RanInt#)
- Permutation (nPr) and Combination (nCr)
- Rounding Function (Rnd)
- Greatest Common Divisor (GCD) and Least Common Multiple (LCM)
- Using CALC
- Using SOLVE
- Scientific Constants
- Metric Conversion
- Using Calculation Modes
- Complex Number Calculations (CMPLX)
- Statistical Calculations (STAT)
- Base-n Calculations (BASE-N)
- Equation Calculations (EQN)
- Matrix Calculations (MATRIX)
- Creating a Numerical Table from Two Functions (TABLE)
- Vector Calculations (VECTOR)
- Distribution Calculations (DIST)
- Inequality Calculations (INEQ)
- Ratio Calculations
- Technical Information
- Frequently Asked Questions

CMPLX Mode Calculation Examples
Example 1: (1 - i)
-1
=
1
2
+
1
2
i (MthIO-MathO) (Complex number format: a
+bi)
1 (i)
1
2
+
1
2
i
Example 2: (1 + i)
2
+ (1 - i)
2
= 0 (MthIO-MathO)
1 (i) 1 (i)
0
Example 3: To obtain the conjugate complex number of 2 + 3i
(Complex number format: a+bi)
(CMPLX) (Conjg) 2 3 (i) 2-3i
Example 4: To obtain the absolute value and argument of 1 + i (MthIO-
MathO) (Angle unit: Deg)
Absolute Value (Abs):
(Abs) 1 (i)
√2
Argument (arg):
(CMPLX) (arg) 1 (i)
45
Using a Command to Specify the Calculation
Result Format
Either of two special commands (
r∠θ or a+bi) can be input at the end
of a calculation to specify the display format of the calculation results.
The command overrides the calculator's complex number format setting.
Example: √
2 + √2i = 2∠45, 2∠45 = √2 + √2i (MthIO-MathO) (Angle unit:
Deg)
2 2 (i) (CMPLX)
( r∠θ)
2∠45
2 (∠) 45 (CMPLX) ( a+bi) √2+√2i
Statistical Calculations (STAT)
To start a statistical calculation, perform the key operation
(STAT)
to enter the STAT Mode and then use the screen that appears to select the
type of calculation you want to perform.
49