mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
513 B
Plaintext
12 lines
513 B
Plaintext
Mathomatic is an automatic algebraic manipulator that is self-testing
|
|
and strictly follows the rules of algebra.
|
|
|
|
Mathomatic is an interpreter that can:
|
|
- Solve, simplify, and compare algebraic equations.
|
|
- Combine simultaneous equations.
|
|
- Perform basic calculus operations.
|
|
- Act like a double precision floating point programmable calculator.
|
|
- Perform complex number and polynomial arithmetic.
|
|
- Compute the Greatest Common Divisor of numbers or polynomials.
|
|
- Generate "C" code from equations.
|