> [email protected] wrote: I have developed a SymPy tool that allows manipulation > of equations...
Thanks for working on this. I use Sympy both for math inside of code and as an interactive tool. The current Eq() seems like a bit of an afterthought, so historically I haven’t made much use of it. However, I’m actually a bit surprised to learn that the existing Eqs don’t behave exactly as demonstrated in the Eqn notebook, at least as far as the basic idea that “equations are expressions; anything you do to the equation is propagated to both sides”. Or in other words, Eqns seem to be doing pretty much exactly what I would expect. Current Eqs just generate an error when you try to do equation-level manipulations in the manner of Eqn. Are there specific points of conflict that prevent the new facilities from being integrated into the existing Eq system? Garth -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sympy/88B21D9D-E43A-4538-A950-F74363B234B7%40garthsnyder.com.
