Calculators How Does RREF Work for TI-89 Series Calculators?

  • Thread starter Thread starter Ebolamonk3y
  • Start date Start date
  • Tags Tags
    Series Works
AI Thread Summary
The discussion focuses on the commands "ref" (reduce to echelon form) and "rref" (reduced row echelon form) used in the TI-89 calculator, particularly in the context of solving linear equations and circuit problems. The rref command is highlighted for its efficiency in providing solutions by transforming matrices into an identity-like form, which simplifies the process of finding solutions to systems of equations. Users note that while ref simplifies the Gaussian elimination process, it does not fully reduce the matrix to the identity form, requiring additional steps. The importance of correctly setting up equations is emphasized, as errors in coefficients can lead to incorrect results. Overall, these commands significantly aid in performing Gaussian elimination, especially for larger matrices, and are particularly beneficial during exams when showing work is necessary.
Ebolamonk3y
Messages
180
Reaction score
0
I met such such command for the 89 or the TI series...


ref=gaussian elemination...

rref=refined version of Gaussian...

I wonder who this thing works... Because for the basic circuit problems with like 7 currents... This rref is VERY nifty. If you set up the equations wrong, the answer do not report right and you have to go back and check every darn coefficient again... Then redo the whole thing until it does come out right...


Like, I know that nint uses Newtonian approximation, just want to know how this rref works...
 
Computer science news on Phys.org
It just follows a row reduction algorithm, AFAIK. I programmed a simple one a few years back. The TI-89 most likely has several optimization checks (zeros along the diagonal, etc.) which mine didn't do.
ref is short for "reduce to echelon form"
 
Hmm... so that reduce to echelon form is same as the process of Gaussian elemination?
 
Gauss-Jordan, I believe. Don't know if that's any different from what you're referring to.

I don't know if that's exactly what they do. I know that's one way to do it.
 
I know this thread is pretty old but let me put my two cents in.

I have a ti-89. rref ref were my friends in linear algerbra and circuit theory.

rref spat out the solution instantly giving a identity matrix next to the soulutions.

The ref command stopped short, so that x and y coefficients equaled 1. It reduced the amount of operations one would need to complete Gaussian elimination.

I'm talking about a 2x2 matrix with the solution column vector.
It gets real sweet when you have to solve a 3x3 matrix

If my instuctor wanted me to show my work then these commands saved my life during exams.

mRow
rowAdd

Gaussian Elimination was a snap because I had all the steps on my screen. Doing by hand was messy as hell if you made a mistake.
 
from what i just learned, gausian elimination(ref) is a matrix row operation reduce to an upper triangular.

but the RREF or reduce row echelon form is a refine form of gausian elimination of the [A] matrix to an "identity-like" matrix to find the solution, (constant).
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...

Similar threads

Replies
1
Views
4K
Replies
1
Views
6K
Replies
4
Views
10K
Replies
1
Views
5K
Replies
5
Views
14K
Replies
6
Views
62K
Replies
7
Views
8K
Replies
4
Views
26K
Back
Top