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 2: To assign to MatC
(MATRIX)
(Dim) (MatC) (2×3)
1 0 1 0 1 1
To edit the elements of a matrix variable:
1. Press (MATRIX) (Data), and then, on the menu that
appears, select the matrix variable you want to edit.
2. Use the Matrix Editor that appears to edit the elements of the matrix.
• Move the cursor to the cell that contains the element you want to
change, input the new value, and then press .
To copy matrix variable (or MatAns) contents:
1. Use the Matrix Editor to display the matrix you want to copy.
• If you want to copy MatA, for example, perform the following key
operation: (MATRIX) (Data) (MatA).
• If you want to copy MatAns contents, perform the following to display
the MatAns screen: (MATRIX) (MatAns) .
2. Press (STO), and then perform one of the following key
operations to specify the copy destination: (MatA), (MatB), or
(MatC).
• This will display the Matrix Editor with the contents of the copy
destination.
Matrix Calculation Examples
The following examples use MatA =
and MatB = from
Example 1, and MatC = from Example 2.
Example 3: 3 × MatA (Matrix Scalar Multiplication).
3 (MATRIX) (MatA)
Example 4: Obtain the determinant of MatA (det(MatA)).
(MATRIX)
(det)
(MATRIX) (MatA)
1
Example 5: Obtain the transposition of MatC (Trn(MatC)).
67