What would the result  from   a>b   if a and b are not comparable by your 
rule?  false? error?  abs(a)>abs(b)?



On Wednesday, August 6, 2014 8:40:04 AM UTC-7, Chris Smith wrote:
>
> Python and SymPy both raise an error for something like I < 2*I -- is 
> there a good reason to disallow comparison of numbers that have the same 
> arg even though it is not 0 (as in the comparison of real numbers)? 
> Allowing this would allow 1 + 2*I < 2 + 4*I to be true, too.
>

-- 
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 http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/be57fe18-8137-455b-9c77-5902bb109756%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to