Comment #148 on issue 1694 by smichr: solve has many issues with fractions
http://code.google.com/p/sympy/issues/detail?id=1694

yes, they should be made the same. Since to be positive is to be real I think the assume_pos_real can just be shortened to assume_postive:

h[1] >>> var('x', positive=1)
x
h[2] >>> x.is_real
True

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

Reply via email to