UACalc, A Universal Algebra Calculator
byRalph Freese
I am in the process of rewriting the Universal Algebra Calculator, originally written by Matt Valeriote and revised by Emil Kiss and myself. While the program is far from done some have found it useful even in its present form so we are releasing this beta version which is hard to use and will change often.
- (semi)-technical description
- javadoc documentation of the classes and interfaces.
- To try the GUI version (brave souls only):
- Get Java 6. (Mac users may have to wait until Java 6 is available for them.)
- Try it.
- Linux users:
If the command
% javaws -viewer
gives an UnsatisfiedLinkError for libstdc++, try (as root):
% yum install compat-libstdc++-33 - If you want to run your own code, use downloading and setting up the program.