Leon Baum wrote: > > Awesome! I'll check out the dev version. I will be adding more constants > and terms so the my_integrate function won't suffice.
This code is not in the repository. If you want to try it get: http://www.math.uni.wroc.pl/~hebisch/fricas/RDETR.spad http://www.math.uni.wroc.pl/~hebisch/fricas/RDEEFX.spad and do: )compile RDETR.spad )compile RDEEFX.spad The above commands have effect for duration of single FriCAS session. When you start FriCAS again it will revert to old behaviour. If you want to use new code second time do: )lib RDETR )lib RDEEFX This will save some time by reloading compiled code from RDETR.NRLIB and RDEEFX.NRLIB Note: - developement version prints a lot of debugging noise - this is unfinished code, so errors are much more likely than in other part of FriCAS. -- Waldek Hebisch [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 http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/groups/opt_out.
