a simple code :

import sympy as sp 
sp.var('a b c',nonzero=True) 
eq = Eq(a*b,a*c) 
display(eq) 
display(eq.simplify())

Both display exhibit : ab = ac

I would have liked sympy to simply remove 'a', which is possible because I 
mentioned 'a' is nonzero.

What's wrong ?

Best regards, Mike

-- 
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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/23535fa8-2842-4259-96aa-4862292c8ae1o%40googlegroups.com.

Reply via email to