I'm making a manual equation solver, where my students have to
manually apply algebra rules in order to simplify and solve problems.
The problem is that, for some subjects, I want that the expression
x1 = Symbol('x1')
b = x1 + x1
remainx x1 + x1 and not became 2*x1...
is it possibile in sympy?
thank you!
--
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.