I'm more than happy to help out (I have a vested interest: Mathics' Integrate essentially converts the expression to SymPy, does the integration and then converts back).
Once there's something to convert the Mathematica patterns to I'd just need to extend the 'to_sympy' and 'from_sympy' functions. The rest should be simple. On Tuesday, 17 September 2013 09:16:12 UTC+10, Aaron Meurer wrote: > > I think the "people at Mathics" is just Angus, but sure, feel free to > ask him if he wants to help out :) > > Aaron Meurer > > On Mon, Sep 16, 2013 at 4:42 PM, F. B. <[email protected] <javascript:>> > wrote: > > What about asking people at Mathics some help to import these rule-based > > integration scripts? > > > > Mathics is a project to create an interpreter similar to Wolfram > > Mathematica, with algorithmic fallback on SymPy and/or Sage. I think > they > > are experienced in translating Mathematica code to SymPy. > > > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/sympy. > > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
