Convert that into lhs - rhs form and try :
In [39]: eq = Eq(x/y,z).lhs - Eq(x/y, z).rhs In [40]: eq Out[40]: x ─ - z y On Friday, 16 December 2016 20:06:36 UTC+5:30, bsdz wrote: > > But that doesn't work with Eq. Also how would that work if I wish to do > ln(Eq(a*b,c))? Converting the expression to form lhs-rhs wouldn't work. -- 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/d6751c69-dbe1-4649-a976-e629a9578925%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
