Why does my row echelon form differ from the TI-89?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
kostoglotov
Messages
231
Reaction score
6
This is actually a pretty simple thing, but the ref(A) that I compute on paper is different from the ref(A) that my TI-89 gives me.

Compute ref(A) where A = [itex] \begin{bmatrix}<br /> 1 & 2\\ <br /> 3 & 8<br /> \end{bmatrix}[/itex]

[tex]\\ \begin{bmatrix}1 & 2\\ 3 & 8\end{bmatrix} \ r_2 \rightarrow r_2 - 3 \times r_1 \\ \\ \begin{bmatrix}1 & 2\\ 0 & 2 \end{bmatrix} \ r_2 \rightarrow \frac{1}{2} \times r_2 \\ \\ \begin{bmatrix}1 & 2\\ 0 & 1 \end{bmatrix}[/tex]

Now I would have thought that this last matrix, A = [itex] \begin{bmatrix}<br /> 1 & 2\\ <br /> 0 & 1<br /> \end{bmatrix}[/itex] would be the ref(A).

But my TI-89 gives ref(A) = [itex] \begin{bmatrix}<br /> 1 & \frac{8}{3}\\ <br /> 0 & 1<br /> \end{bmatrix}[/itex] and this is not the rref(A), the rref(A) is just the 2x2 identity matrix.
 
Physics news on Phys.org
kostoglotov said:
This is actually a pretty simple thing, but the ref(A) that I compute on paper is different from the ref(A) that my TI-89 gives me.

Compute ref(A) where A = [itex] \begin{bmatrix}<br /> 1 & 2\\<br /> 3 & 8<br /> \end{bmatrix}[/itex]

[tex]\\ \begin{bmatrix}1 & 2\\ 3 & 8\end{bmatrix} \ r_2 \rightarrow r_2 - 3 \times r_1 \\ \\ \begin{bmatrix}1 & 2\\ 0 & 2 \end{bmatrix} \ r_2 \rightarrow \frac{1}{2} \times r_2 \\ \\ \begin{bmatrix}1 & 2\\ 0 & 1 \end{bmatrix}[/tex]

Now I would have thought that this last matrix, A = [itex] \begin{bmatrix}<br /> 1 & 2\\<br /> 0 & 1<br /> \end{bmatrix}[/itex] would be the ref(A).
Yes, I agree.
kostoglotov said:
But my TI-89 gives ref(A) = [itex] \begin{bmatrix}<br /> 1 & \frac{8}{3}\\<br /> 0 & 1<br /> \end{bmatrix}[/itex] and this is not the rref(A), the rref(A) is just the 2x2 identity matrix.
I'm guessing that your calculator switched the two rows, and then did row reduction. If you start with this matrix --
\begin{bmatrix}
3 & 8\\
1 & 2 \end{bmatrix}
-- row reduction gives you the matrix the calculator shows.
 
  • Like
Likes   Reactions: kostoglotov