Java ME along with Gauss Elimination == Simultaneous equations with any number of unknowns solved
Gauss elimination is an elegant method to solve system of simultaneous equations. The main idea consists of two steps (1) Forward elimination and (2) Backward substitution. I won’t attempt to teach Gauss elimination here.
Although elegant the method consists of repetitive calculations which is pain to carry out. A computer implementation of the algorithm can give us the benefit of having the computer consume the pain. But a computer is not always the thing at hand. So, here is a simple Java ME MIDlet which can be run on any CLDC 1.0, MIDP-2.0 device.

Download the jar from here (source included)
No comments yet.



