Hi,

I'm looking to use SymPy for a project I'm working on and I have a
couple questions.

The first is that I think I might want to disable the flattening of
equations by default.  I looked at the code and tried to change the
core, especially add.py and operations.py but couldn't quite hack it.
I guess, the first question would be whether there would be a simple
way to do this, and the second would be that if I did dive deeper and
disable the flatten by default but maintained the same object
structure, would this screw with any of the more sophisticated
mathematical operations, i.e. do any of the other functions rely on
expressions being in their flattened form to function correctly.

The second question is whether there is any interest in adding support
for equations much like SAGE does, i.e. store 'x+2==3' as an object
itself with the equals operator and a bunch of methods like
add_to_both_sides and the like.  If not, do you think I could throw
that together without interfering too much with how SymPy does its own
thing?  Any tips before I embark?

Thanks.

Best Regards,

Alex Alemi

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to