| MATH 202 | SPRING 2002 |
Suppose we need to determine values for the coefficients A, B, C, and D to satisfy the equationA(x-1)(x2+1) + B(x2+1) + (Cx+D)(x-1)2 = x2-4x-4. With a little work, we find that this equation is equivalent to the system
A + C = 0 -A + B - 2C + D = 1 A + C - 2D = -4 -A + B + D = -4 Here are examples showing how to solve this system on the TI-83 Plus, the TI-85, and the TI-89.
On the TI-83, we solve linear systems by converting them to matrix form, and using the rref() command to row-reduce the resulting matrices. The matrix form of the system above is
1 0 1 0 | 0 -1 1 -2 1 | 1 1 0 1 -2 | -4 -1 1 0 1 | -4 We enter this matrix into the calculator using the MATRX menu. To begin, we type [2nd] [MATRX] and use the arrow keys to highlight EDIT. The line for a matrix called [A] is highlighted, so we type [ENTER] to begin editing matrix [A].
The dimensions we want are 4 by 5, so we first enter 4 and 5 along the top line of the screen. Then, using the arrow keys, the number keys, and the [ENTER] key, we fill in the entries of the matrix. Here's what the screen looks like when we have filled in the matrix
![]()
When we are finished entering the matrix, we type [2nd] [QUIT] to return to the home screen.
Next, we want the calculator to find the row-reduced echelon form of matrix [A]. The command for doing this is located in the MATRX, MATH menu, so we type [2nd] [MATRX] again, and use the arrow keys to highlight MATH. We use the arrow keys again to scroll down to selection B:rref(, and type [ENTER] to select that.
Back on the home screen, we see rref(. To enter the name of the matrix we return to the MATRX page (type [2nd] [MATRX]) and find that NAMES is already highlighted. In fact, the line 1:[A] is already hightlighted, so we simply type [ENTER] to select it.
The home screen now shows rref([A]. We close the parentheses and type [ENTER] again. The screen shows us the row-reduced echelon form of the matrix [A]. It looks like this:
This tells us that the solution to our system of equations is ![]()
A = 2.5, B = -3.5, C = -2.5, D = 2. If we'd rather not see decimals, we can ask the calculator to convert everything to fractions by typing [MATH] [ENTER] to select ->Frac, and then [ENTER] again.
The result looks like this
![]()
and gives us the solution to our system in rational form.
Note that we use commas to separate entries within a matrix row and semicolons to separate the matrix rows themselves.
The calculator solves the system, and displays the system and the solution as follows:
![]()
Note that the calculator provides exact answers in rational form. If we want decimal approximations, we press the green diamond key followed by [ENTER], and the calculator provides a decimal approximation of the answer.
![]()