Hello! I'm Keval and I'll be applying for GSoC this year. After going through the ideas page, I found Step-by-step Expression Visualization <https://github.com/sympy/sympy/wiki/GSoC-2016-Ideas#step-by-step-expression-visualization> project very interesting and practical for improving SymPy efficiency to explain what it's exactly doing.
A good approach to implement this would involve solving the problem in stages, where one will be given intermediate solution (also presented as the output). Another advantage of this would be the use of already implemented _eval_derivative method and similar properties. We can have an extra method/variable defined which allows us to find whether the expression can be solved in any other way than "hand-algorithm". If not, then we would follow the default procedure, to achieve minimal redundancy of code. -- 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/0d25bc6b-3243-4342-8c0d-cb9f2545771f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
