This is my most recent C++ work, the Gaussian-Elimination Matrix Solver. Because this program does some very complicated pointer tricks (treating a 2-dimensional array as a vector), it is only available in C format.
The Gaussian algorithm I used is the same method that Mr. Hornbein's teaching in Foundations at the moment (2/1/99), only a tad bit simpler. Here's how it (and most other calculators) works:
Download source: gauss.zip (1.2K).
Copyright ©1996-2024, Darrick Wong. All Rights Reserved. Send feedback.