Something as simple as below:
import sympy as sp;
U1, red, green = sp.symbols("U1, red, green");
sp.ask(sp.Ne(U1,red), assumptions=sp.Eq(U1,green));
Returns None, but.
sp.ask(sp.Eq(U1,green), assumptions=sp.Eq(U1,green));
Returns True.
What I are doing wrong?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/d409a09b-d935-4ebd-a40c-e031df590070n%40googlegroups.com.