On Sat, Oct 6, 2012 at 2:52 PM, Matthew Rocklin <[email protected]> wrote: > > So I have a basic version up right now. I added in a quick "debug" strategy > that prints out before and after for any change. You can track what happens > as the system simplifies the expression. I don't claim that SymPy's eventual > solution should look like what I have now. I do make the claim that I have > now is neat :)
Very nice! The example looks very cool. > Code is up here > https://github.com/mrocklin/sympy/tree/rr/sympy/rr > https://github.com/mrocklin/sympy/tree/rr/sympy/matrices/expressions I've started looking through the code, commit-wise. Seems that everything is very neat! And, at least up to where I have seen, you have elegantly addressed some of the major concerns which were brought up in this discussion (for example, the condition() function). Sergiu -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
