Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium WrongResult
New issue 2696 by [email protected]: Assumptions fail for non-commutative
symbols
http://code.google.com/p/sympy/issues/detail?id=2696
In [1]: x = Symbol('x', commutative=False)
In [2]: x.is_irrational
In [3]: (-x).is_irrational
Out[3]: False
The Mul._eval_is_irrational method has correct behavior. I suspect this is
an issue with the new assumptions
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.