Dear list, Is there a way to rearrange equations using sympy? A really simple example, if I had,
y = x*2 + a could I isolate x, to give, x = (y - a)/2 Best regards, Dan -- 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.
