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

(X
3
=) 1
Matrix Calculations (MATRIX)
Use the MATRIX Mode to perform calculations involving matrices of up to
3 rows by 3 columns. To perform a matrix calculation, you first assign data
to special matrix variables (MatA, MatB, MatC), and then use the variables
in the calculation as shown in the example below.
Example 1: To assign
to MatA and to MatB, and then
perform the following calculations: × (MatA×MatB),
+ (MatA+MatB)
1. Press
(MATRIX) to enter the MATRIX Mode.
2. Press (MatA) (2×2).
• This will display the Matrix Editor for input of the elements of the 2 × 2
matrix you specified for MatA.
(1) "A" stands for "MatA".
3. Input the elements of MatA: 2 1 1 1 .
4. Perform the following key operation:
(MATRIX) (Data) (MatB) (2×2).
• This will display the Matrix Editor for input of the elements of the 2 × 2
matrix you specified for MatB.
5. Input the elements of MatB: 2
1 1 2 .
6. Press to advance to the calculation screen, and perform the first
calculation (MatA×MatB):
(MATRIX) (MatA) (MATRIX) (MatB) .
•
This will display the MatAns screen with the calculation results.
65