You can do this : ```
In [7]: cancel(y*(x/y)-z) Out[7]: x - z ``` -- Shekhar On Friday, 16 December 2016 13:48:13 UTC+5:30, bsdz wrote: > > Hi > > Given an expression like Eq(a/b,c), how can I manipulate both lhs and rhs > together? It would be useful if something like b*Eq(a/b,c) can > become Eq(a,b*c). > > Thanks > Blair > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/2eb2ef8b-8e6e-4ea7-b3dd-0e150113c01b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
