Java symbolic computing library and mathematical editor.
With the following features:
- Polynomial system solving
- Vectors and matrices
- Factorization
- Derivatives
- Integrals (rational functions)
- Modular computation
- Boolean algebra
- Simplification
- MathML output
- Java code generation
- Geometric algebra
Updated Description:
v2.2:
In this release, there are a few API changes, a polynomial code rewrite and a change of the default GB options with performance improvement.
v2.1_02:
In this release, the integer fractions appear at the head of expressions ; and some work was done on the Groebner Basis code.
v2.1:
In this release : Groebner Basis code completely reworked with noticeable performance increase, code cleanup (remaining non Collection classes replaced), various API adjustments.
v2.0_04:
- NullPointerException fixed, cotangent function.
v2.0_03:
- factorization improved
- undo button added.