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

(MthIO-MathO) 2 3√2
4,243
(LineIO) 2 3 4,243
Example 6:
3
√5 +
3
√-27 = -1,290024053
(LineIO) ( ) 5
( ) 27
-1,290024053
Example 7:
1
1
3
-
1
4
= 12
(LineIO) 3 4 12
Note
• The following functions cannot be input in consecutive sequence: x
2
, x
3
, , x
-1
. If you
input 2
, for example, the final will be ignored. To input 2
2
2
, input 2 ,
press the key, and then press (MthIO-MathO).
• x
2
, x
3
, x
-1
can be used in complex number calculations.
Integration Calculations
Function for performing numerical integration using the Gauss-Kronrod
method.
Natural Display input syntax is ∫
b
a
f (x)dx, while Linear Display input syntax
is ∫ (f (x); a; b; tol).
tol specifies tolerance, which becomes 1 × 10
-5
when nothing is input for
tol.
Example 1: ∫
e
1
ln(x) = 1
(MthIO-MathO)
(X) 1 (e)
1
(LineIO)
(X) (;) 1 (;)
(e)
1
33