On Tue, Feb 21, 2017 at 8:39 AM, Richard Fateman <[email protected]> wrote: > Hi all -- > Since FriCAS can run in (for example) SBCL, and Maxima can be > loaded in to SBCL, (running in the Common Lisp :Maxima package), > why not have them co-exist? A FriCAS type/category/domain could be > Maxima-Expression.
I believe this is doable. A long time ago, I read that someone was able to make axiom/maxima/acl2 into ASDF package and load them all together. Actually I'm planning on something like "Maxima on Android" -- "FriCAS on Android", in this process, it seems that I need to make FriCAS into a "pure Lisp" package, then corss compile with ecl. > (It would perhaps make sense to have Maxima-Canonical-Rational-Expression, > and maybe a few others like Truncated Taylor Series, Poisson series). Are there references on Maxima CRE? > Alternatively, one could perhaps use Maxima as the main command processor > with calls to FriCAS routines as appropriate (e.g. better symbolic > integration?) Yes, and vice versa, FriCAS can call Maxima routines (e.g. better numeric integration). > RJF > [email protected] -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
