Comment #8 on issue 2098 by [email protected]: solve(x**2+1,x) does not check if x is real.
http://code.google.com/p/sympy/issues/detail?id=2098
I think a function check_assumptions(val, assumptions) would be enough, where val is any sympy.Basic (after being sympified), and assumptions is a dict.
Then check_assumptions(sol, symbol.assumptions0) would do the deal. -- 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.
