Updates:
Status: Fixed
Labels: -NeedsReview PassedReview
Comment #3 on issue 1891 by [email protected]: RootOf has subs problems
http://code.google.com/p/sympy/issues/detail?id=1891
Now in master:
In [1]: RootOf(y**5 + 11*y - 2, 4)
Out[1]:
⎛ 5 ⎞
RootOf⎝y + 11⋅y - 2, 4⎠
In [2]: _.subs(y, x)
Out[2]:
⎛ 5 ⎞
RootOf⎝x + 11⋅x - 2, 4⎠
--
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.