How to Multiply Matrices on the TI-84 Evo

The TI-84 Evo multiplies matrices for you: type the two matrices, press the times key, and the product comes back as a matrix.

Type the matrices and multiply

This example multiplies a 2 × 3 matrix by a 3 × 2 matrix.

  1. Open the matrix maker. Press alpha, then zoom. A size picker pops up, with a ROW column and a COL column.
    The TI-84 Evo matrix maker, a size picker with ROW and COL columns and an OK button
  2. Pick the size. The darkened numbers under ROW and COL are the size it will build, and a fresh calculator starts at 2 and 2. This matrix needs 3 columns: arrow up into the COL list, highlight 3, and press enter to set it.
    The size picker with 3 selected in the COL column and 2 still set in the ROW column
  3. Choose OK. Arrow down to OK and press enter. An empty 2 × 3 matrix lands on the home screen.
    An empty 2 by 3 matrix template on the TI-84 Evo home screen with a box for each entry
  4. Fill in the first matrix. Type 1, then press the right arrow to hop to the next box. The cursor works left to right across the top row, then drops to the bottom row. Enter 1, 2, 3 across the top, then 4, 5, 6.
    The first matrix filled in on the TI-84 Evo: 1, 2, 3 on the top row and 4, 5, 6 on the bottom row
  5. Step out and press the times key. After the last entry, one more right arrow moves the cursor outside the brackets. Press the times key, and a multiplication dot appears after the matrix.
  6. Make the second matrix 3 × 2. Press alpha, then zoom, again. The picker keeps the last size you used, so set both numbers this time: highlight 3 in the ROW list and press enter, highlight 2 in the COL list and press enter, then choose OK.
  7. Fill it the same way. Enter 1 and 2 on the top row, 3 and 4 in the middle, and 5 and 6 on the bottom.
    Both matrices typed on one line on the TI-84 Evo home screen, a 2 by 3 times a 3 by 2
  8. Press enter. The product appears on the right, a 2 × 2 matrix: 22 and 28 on the top row, 49 and 64 below.
    The TI-84 Evo showing the product of the two matrices: a 2 by 2 with entries 22, 28, 49, 64

Store matrices as [A] and [B]

The calculator can also keep matrices under names like [A] and [B], the way most worksheets write them. Stored matrices can be reused in as many calculations as you like.

  1. Open the matrix editor. Press 2nd, then vars; the blue MATRIX label above the vars key marks the matrix menu. Arrow right twice to the EDIT tab, and with [A] highlighted at the top of the list, press enter.
    The TI-84 Evo matrix menu on the EDIT tab, listing matrices A through J
  2. Set the size, then type the entries. The cursor starts on the row count. Type 2, press enter, type 3, press enter. Then type each entry and press enter after it; the cursor moves across each row in turn, and the line at the bottom of the screen names the cell you are on.
    The TI-84 Evo matrix editor showing matrix A as a 2 by 3 with entries 1 through 6
  3. Store the second matrix. Press 2nd, then mode, to quit back to the home screen. Reopen the matrix menu with 2nd and vars, arrow to EDIT, choose [B], and make it 3 × 2 with the same entries, 1 through 6.
    The TI-84 Evo matrix editor showing matrix B as a 3 by 2 with entries 1 through 6
  4. Paste [A] onto the home screen. Quit to the home screen again, then press 2nd and vars. The NAMES tab lists your matrices along with their sizes. With [A] highlighted, press enter, then press the times key.
    The TI-84 Evo matrix menu's NAMES tab listing matrix A as 2 by 3 and matrix B as 3 by 2
  5. Paste [B]. Open the matrix menu once more, arrow down to [B], and press enter. The line reads [A]·[B].
    The TI-84 Evo home screen with the entry line reading matrix A times matrix B
  6. Press enter. The same product as before comes back, this time from the stored matrices.
    The TI-84 Evo showing matrix A times matrix B evaluated to 22, 28, 49, 64

Good to know

  • Some sizes won't multiply. Try the 2 × 3 matrix times itself and the calculator stops with ERROR: DIMENSION MISMATCH — choose 1:Quit to get back to the home screen.
    The TI-84 Evo dimension mismatch error screen with Quit and Go to options
  • Order changes the whole answer. [B]·[A] multiplies the same two matrices and returns a 3 × 3 matrix — a different size, not just different numbers. Enter them in the order the problem gives them.
    The TI-84 Evo showing matrix A times B as a 2 by 2 but matrix B times A as a 3 by 3
  • Adding and subtracting need the exact same size. [A]+[A] adds matching entries. Two matrices with different sizes won't add at all.
    The TI-84 Evo showing matrix A plus matrix A evaluated to 2, 4, 6, 8, 10, 12
  • Plain numbers and powers work too. 3[A] multiplies every entry by 3, and [A]² works when the matrix is square.
  • Bigger matrices go through the editor. The matrix maker's size picker stops at 6 rows and 6 columns; the matrix editor accepts up to 99 × 99.