On Fri, May 13, 2022 at 9:18 PM Ralf Hemmecke <[email protected]> wrote: > > On 13.05.22 09:06, Qian Yun wrote: > > > Also, IIRC, the Sage compiles FriCAS with ecl instead of sbcl. > > Well, Sage seems to be smart. I have installed sage via apt-get in > ubuntu 18.04 and no sage package for fricas is installed. > > When I type > > integrate(sin(x),x,algorithm='fricas') > > it gives an error if the fricas script was not in the PATH when I > started sage. Otherwise after calling "integrate" there is then a fricas > process running which points to the path where I installed an sbcl fricas.
yes, this is as expected - Sage's fricas package builds fricas using ecl, and installs it somewhere. The interface is already there, regardless of fricas package being installed, or not. Dima > > Ralf > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/f4f7f6d6-f07c-a9ed-d247-acc431656ad8%40hemmecke.org. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAAWYfq2odExwm-_jdbNUDLzoYeJ3_GuETvv_A5gERxuoEY21uw%40mail.gmail.com.
