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

T
5
= T
4
+ T
3
= 3 + 2
Result: The sequence is {1, 1, 2, 3, 5}.
Variables (A, B, C, D, E, F, M, X, Y)
Your calculator has nine preset variables named A, B, C, D, E, F, M, X,
and Y.
You can assign values to variables and use the variables in calculations.
Example:
To assign the result of 3 + 5 to variable A
3 5 (STO) (A) 8
To multiply the contents of variable A by 10
(Continuing) (A) 10 80
To recall the contents of variable A
(Continuing) (A) 8
To clear the contents of variable A
0 (STO) (A) 0
Independent Memory (M)
You can add calculation results to or subtract results from independent
memory.
The "M" indicator appears on the display when there is any value other
than zero stored in independent memory.
Example:
To clear the contents of M
0 (STO) (M) 0
To add the result of 10 × 5 to M
(Continuing) 10 5 50
To subtract the result of 10 + 5 from M
(Continuing) 10 5 (M-) 15
28