Matrix Operations


Before using a matrix operations on the calculator, you must first input the matrix.


Note: The TI-83 and TI-84 can not perform matrix operations with variables. All entries must be numbers.


The following examples use these matrices:

\begin{bmatrix}
  1 & 2 & 6 \\
  8 & 9 & 4 \\
  3 & 5 & 6
 \end{bmatrix}
\begin{bmatrix}
  1 & 2 & 5 \\
  6 & 3 & 8 \\
 \end{bmatrix}
\begin{bmatrix}
  1 & 2 & 6 \\
  0 & -7 & -44 \\
  0 & -1 & -12
 \end{bmatrix}

Contents

Accessing a Matrix

To access a matrix you need to be in the home screen.

Matrix-menu-2.gif

Note: The screen shows that matrices A, B, and E currently have information and the other matrices are empty.

For this window, if we press One.gif and then Enter.gif we will see this screen.

Matrix-1.gif


Scalar Multiplication

To compute 3A (using the matrix from above).

Matrix-2.gif


Addition/Subtraction/Multiplication

To compute A+2E (using the matrices from above).

Matrix-3.gif

To compute BA (using the matrices from above).

Note: the times sign is sometimes optional

Matrix-4.gif


Transpose

To compute BT (using the matrices from above).

Matrix-menu-3.gif

Matrix-6.gif


Inverse

To compute A-1 (using the matrices from above).

Matrix-5.gif

Note: In the picture the '... means the matrix continues in that direction. Use the Leftarrow.gif or the Rightarrow.gif to see the rest of the matrix.

See converting to a fraction to convert all entries into a fraction.