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

Example: To generate a numerical table for the functions f(x) = x
2
+
1
2
and g(x) = x
2
-
1
2
for the range -1 ≦ x ≦ 1, incremented in steps of
0,5 (MthIO-MathO)
(TABLE)
(SETUP) (TABLE) (f(x),g(x))
(X) 1 2
・Pressing without inputting anything for g(x) will generate a
numerical table based on f(x) only.
(X) 1 2
1 1 0 5
Note
• You can use the numerical table screen for viewing values only. Table contents
cannot be edited.
• The numerical table generation operation causes the contents of variable X to be
changed.
• The maximum number of rows in the generated numerical table depends on the
setup menu table setting. Up to 30 rows are supported for the "f(x)" setting, while 20
rows are supported for the "f(x),g(x)" setting.
Important!
• The function you input for numerical table generation is deleted whenever you
display the setup menu in the TABLE Mode and switch between Natural Display
and Linear Display.
70