integrate (exp(-t^2), t, minf, inf); 'integrate (x*log(x), x, a, b); integrate (u^k, u); integrate (u^k, u); foo : solve (x^3 - 2, x); bar : map (lambda ([u], u^3), map (rhs, foo)); map (radcan, bar); map (expand, bar); plot2d ([sin, cos, tan], [x, -10, 10], [y, -10, 10], [svg_file, "maxplot.svg"],[plot_format, gnuplot])$ print ("HELLO WORLD!");