HP Forums

Full Version: Gauss-Jordan
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
Has anyone written any program capable of applying the Gauss-Jordan step as does the HP50G?

When I first bought the HP Prime tried to do, and actually wrote an application (was my first program for this machine Smile) to find the inverse of a matrix by this method, but I have not been able to get something as well done as the application that comes standard with the HP50G.

Has anyone done it?

Sometimes it's interesting to go see the elementary operations performed at each step to get the result, and as far as I have seen, HP does not have that Prime built-in function.

Greetings.
There is "ref" which performs Gauss reduction, and "rref" which does reduced row echelon form for matrix operations. Those might be useful for your program needs.
(03-15-2014 02:02 PM)DrD Wrote: [ -> ]There is "ref" which performs Gauss reduction, and "rref" which does reduced row echelon form for matrix operations. Those might be useful for your program needs.

Exactly.

But if I'm not mistaken, with those commands only get the result without the intermediate operations that provide the same commands on the HP50G.
Reference URL's