> That seems quite a lot of work to do that. Linking dynamically Fricas and > my program through an API in LIPS that pipe the commands seems way less > work but that means that my program won't be standalone anymore. > I only need some symbolic manipulations on rational fractions and some > transform so I might end up using another software if I can find one
There are probably lots of them if you only want rational function manipulations. If, however, you want to stay with a FriCAS type language, then you might want to take a look at the Aldor project. https://github.com/pippijn/aldor http://www.aldor.org/docs/aldorug.pdf It has a similar library (although not as powerful as the one from FriCAS) which can be used in standalone programs through a C-type calling mechanism. Other directions would be http://cocoa.dima.unige.it/cocoalib/ http://www.sympy.org http://maxima.sourceforge.net/ http://www-fourier.ujf-grenoble.fr/~parisse/giac.html (Actually for the above suggestions I don't actually know how it would work as library, but they might still be OK to get you some hints in finding some program you can actually use.) 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 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.
