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

(MATRIX) (Trn)
(MATRIX) (MatC)
Example 6: Obtain the inverse matrix of MatA (MatA
-1
).
Note: You cannot use for this input. Use the key to input
"-1"
.
(MATRIX) (MatA)
Example 7: Obtain the absolute value of each element of MatB
(Abs(MatB)).
(Abs) (MATRIX) (MatB)
Example 8: Determine the square and cube of MatA (MatA
2
, MatA
3
).
Note: You cannot use for this input. Use to specify squaring, and
(x
3
) to specify cubing.
(MATRIX) (MatA)
(MATRIX) (MatA) (x
3
)
Example 9: Determine the MatA = row echelon form.
(MATRIX) (Ref)
(MATRIX) (MatA)
Example 10: Determine the MatA = reduced row echelon form.
(MATRIX) (Rref)
(MATRIX) (MatA)
Creating a Numerical Table from Two
Functions (TABLE)
TABLE generates a numerical table based on one or two functions. You
can use the function f(x) or the two functions f(x) and g(x). See
"Configuring the Calculator Setup" for more information.
Perform the following steps to generate a numerical table.
1. Press
(TABLE) to enter the TABLE Mode.
68