maxima

Computer algebra system for symbolic and numerical computation

brewmacoslinux
Try with needOr install directly
Source

About

Computer algebra system

Commands

maximamaxima-batch

Examples

Start interactive Maxima session$ maxima
Solve symbolic equations and simplify expressions$ maxima -batch equation.mac
Perform calculus operations like differentiation$ echo 'diff(x^3 + 2*x^2 + x, x);' | maxima -batch -