LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Good program for gauss-jordan eliminations? (https://www.linuxquestions.org/questions/linux-software-2/good-program-for-gauss-jordan-eliminations-765231/)

CoderMan 10-29-2009 02:22 AM

Good program for gauss-jordan eliminations?
 
Hi. You math/Linux nerds out there... What program would you use to do gauss-jordan eliminations for you? I wanted to be able to check the answers on some of my precalc homework. Found a few C functions on the web, but I wasn't sure how well tested these were. I heard there were graphical calculators that do this but I didn't want to spend the money on one yet.

Sadistic Tribble 10-29-2009 02:28 AM

Here's an online one that I use. All its answers have been right for me, and it shows the steps to get there which is helpful as well. I'm not sure about programs for GJ elimination though.

knudfl 10-29-2009 04:43 AM

Google .. gauss-jordan eliminations ..
http://www.google.com/linux?hl=en&q=...ns&btnG=Search

.. may be
http://sourceforge.net/projects/lacl/
Linear Algebra Class Library ( pre alpha ! )

.. and may be 'ixlib'
http://ixlib.sourceforge.net/
0.96.2 :
http://sourceforge.net/projects/ixlib/files/
http://www.ibiblio.org/pub/linux/dev.../c++/ixlib.lsm
.....

lutusp 10-29-2009 07:51 PM

Quote:

Originally Posted by CoderMan (Post 3736277)
Hi. You math/Linux nerds out there... What program would you use to do gauss-jordan eliminations for you? I wanted to be able to check the answers on some of my precalc homework. Found a few C functions on the web, but I wasn't sure how well tested these were. I heard there were graphical calculators that do this but I didn't want to spend the money on one yet.

I have a Web app that does this: PolySolve

The source code: PolySolve.tar.bz2 (14 KB)

All released under the GPL (you need to know the rules for GPL).


All times are GMT -5. The time now is 03:01 PM.