singular

Computer algebra system for polynomial computations and commutative algebra

brewmacoslinux
Try with needOr install directly
Source

About

Computer algebra system for polynomial computations

Commands

Singular

Examples

Start interactive Singular session$ Singular
Execute a Singular script file$ Singular script.sing
Perform polynomial computation in batch mode$ echo 'ring r = 0,(x,y,z),dp; poly f = x^2 + y^2 + z^2; f;' | Singular