Hi Meghana, On Sat, Feb 20, 2016 at 11:10 AM, <[email protected]> wrote: > Hi, > I went through the ideas page and > https://gist.github.com/certik/847cafaf3111730c5b3f and this project seems > very interesting to me. I am thinking about applying to GSoC 16 with this > idea. I have gone through the links and thought it would be a good idea to > familiarize myself with the hypergeometric module and work from there. Is > there anything else that I should know (apart from what is mentioned in the > outline given in the ideas page and the link) ?
You can also play with the ore_algebra package in Sage, as well as see how Mathematica does things with the DifferentialRoot. You can use Mathematica online at: https://lab.open.wolframcloud.com/objects/wpl/GetStarted.nb, the free version is limited, but it is enough to get an idea what DifferentialRoot can and cannot do. Then for the application, you should try to create a prototype, i.e. a class that can represent a holonomic function (and investigate how ore_algebra stores it inside and do the same or better), and implement some operations that are easy to implement, like integration. If you have any questions, please ask, Fredrik or I will be happy to help. Ondrej Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVB2A3du-V1NuK19_9iaBCkiKSZfvrMDmoWZeKEdR9vE0w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
