> > I would be interested in CSymPy with working "integrate", for example. > > It would be cool. Though unfortunately integrate() happens to be the > most difficult part, > as it depends on many modules, so it will take some time. However, if > we choose to implement another version of > integrate based on pattern matching, then that might be possible sooner. >
A pattern matching based integrate would be awesome! If we can get this pattern matching API sorted out we could translate the Rubi <http://www.apmaths.uwo.ca/~arich/> rules (either by hand or potentially using Mathics) to get a fast integrator that outperforms Mathemaitca. -- 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.
