Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Assumptions CodeInCategory-Research CodeInDifficulty-Hard

New issue 2765 by [email protected]: Research ways to do the assumptions system, including removing the old system
http://code.google.com/p/sympy/issues/detail?id=2765

See https://github.com/sympy/sympy/wiki/Assumptions and some threads on the mailing list, as well as any issue with the Assumptions label. We have two assumptions systems in SymPy, the old system, which works like

x = Symbol('x', positive=True)
x.is_positive
True

and the new system, which works like

ask(Q.positive(x), Q.positive(x))
True

--
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.

Reply via email to