Hi,

I'm looking for library which can be used as helper when solving maths
equations.

I would like to let student enter expression like:

2*3+4+5

This expression should be rendered with changes:
out: 2*3+4+5

Now student can apply some transformation:

1. Add transformation
out: 2*3+9

2.Multi transformation
out: 6+9

3. Add transformation
out: 15

Can sympy be used in this context.
Some examples how to do this would be great :-)

Thank you
Krzysztof

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to