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

(EQN) (a
n
X + b
n
Y = c
n
)
1 2 3
2 3 4
(X=) -1
(Y=) 2
Example 2: x - y
+ z = 2, x + y - z = 0, -x + y + z = 4
(EQN) (a
n
X + b
n
Y + c
n
Z = d
n
)
1 1 1 2
1 1 1 0
1 1 1 4
(X=) 1
(Y=) 2
(Z=) 3
Example 3: 2x
2
- 3x - 6 = 0 (MthIO-MathO)
(EQN) (aX
2
+ bX + c = 0)
2 3 6
(X
1
=)
3 + √57
4
(X
2
=)
3 - √57
(X-Value Minimum=)*
3
4
(Y-Value Minimum=)*
57
8
* The local minimum value is displayed when a > 0. The local maximum
value is displayed when a < 0.
Example 4: x
2
- 2√
2x + 2 = 0 (MthIO-MathO)
(EQN) (aX
2
+ bX + c = 0)
1 2 2 2 (X=) √2
Example 5: x
3
- 2x
2
- x + 2 = 0
(EQN) (aX
3
+ bX
2
+ cX + d = 0)
1 2 1 2
(X
1
=) -1
(X
2
=) 2
64
4
-