Comment #11 on issue 1975 by [email protected]: nsimplify() should be recursive
http://code.google.com/p/sympy/issues/detail?id=1975

This pull request now does a little bit of recursion for the rational case. To do more requires some subtlety in removing numerical terms from Adds and Muls an attempting to simplify them, e.g.

    nsimplify(x + sqrt(2) + sqrt(10)) -> x + 2*sqrt(2)*GoldenRatio

and this effort is not included with this request.

https://github.com/sympy/sympy/pull/717

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