Hello,
try the following.

Best regards.
Christophe.

=======================================

#!/usr/bin/env python2

from sympy import *

# Une equation toute simple
var('a b c')

a = 10
b = 20

print solve(a * 12 + 50*c - (456 + b), c)

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@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