On Wednesday, November 5, 2014 9:02:23 PM UTC+1, nikolas wrote: > > > Multiple dispatch indeed looks quite useful for general purpose algebra > implementations. > Where could I find out more about the discussion of making it a sympy > dependency? >
https://github.com/sympy/sympy/issues/7339 > And are there some examples for the sympy.strategies module? > I know that one of its main implementations is the fu( ) function, which simplifies very complicated trigonometric expressions: https://github.com/sympy/sympy/blob/master/sympy/simplify/fu.py On mrocklin's blog: http://matthewrocklin.com/blog/work/2012/11/07/Strategies/ -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/81e8d9d3-3459-411c-864f-125ef4e89162%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
