

IT & INTERNET - [Equation Solver]
This Equation solver allows you to solve a system of linear equations. I have written this solver in Java, because I have to deal a lot with this kind of equations. This program obviously speeds up the calculation of these equations.
You need to enter equations in the textbox. For composing equations, you are currently limited to 26 variables (characters A to Z) and the use of integers only.
Once all equations are given, you need to press the "Solve!" button. The applet will then calculate and offer you the solution of the system. Be aware: there is no guarantee that the solution is correctly. An example usage for this program:
Together, An and Jan are 43 years old. An is 20 year older than Jan. How old are An and Jan?
Conclusion: An is 31.5 years old, while Jan is 11.5 years old.