-
Notifications
You must be signed in to change notification settings - Fork 154
How to run maxima in clasp
Karsten Poeck edited this page May 25, 2019
·
5 revisions
git clone https://[email protected]/u/kpoeck2018/maximaclasp(load "configure.lisp")(configure)(core:quit)- cd src/
- clasp
(load "maxima-build.lisp")(maxima-compile)(core:quit)clasp(load "maxima-build.lisp")(maxima-load)(cl-user::run)- To test, e.g.
(%i1) integrate(x*sin(a*x),x);
sin(a x) - a x cos(a x)
(%o1) -----------------------
2
a
- Test suites
- Standard
run_testsuite(); - Extended
run_testsuite(share_tests='only); - Both
run_testsuite(share_tests=true);
- Standard
- to lisp
to_lisp(); - To quit to os
quit();