Symbolic manipulation system for mathematical expressions and algebra
Symbolic manipulation system
form
$ form -c 'expand, (x+y)^3;'
$ form -c 'let x=2; y=(x+1)^2; print y;'
$ form script.frm