> I think he meant to put commutative=False, not noncommutative=True.

Exactly, I put up another branch fix__lt__2, where this is fixed.

>   It's weird that Symbol will let you create nonexistent assumptions
> on it:

But that can be quite useful:

In [4]: r = Symbol('r',something=True)

In [5]: r.assumptions0.get('something')
Out[5]: True


Øyvind

> 
> 
> In [68]: Symbol('r', something=True)
> Out[68]: r
> 
> 
> Aaron Meurer
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "sympy-patches" group.
> To post to this group, send email to sympy-patc...@googlegroups.com.
> To unsubscribe from this group, send email to sympy-patches
> +unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sympy-patches?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patc...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to