Updates:
        Labels: NeedsReview smichr

Comment #1 on issue 3040 by smi...@gmail.com: Problem with simplify() with an expression with O()
http://code.google.com/p/sympy/issues/detail?id=3040

In pull request 422:

a=alpha**2 - alpha*x**2 + alpha + x**3 - x*(alpha + 1)
simplify(collect((a/(x - alpha)).subs(alpha, (1 + sqrt(5))/2 + alpha1*x + al
pha2*x**2 + alpha**3*x**3).series(x, 0, 4), x))
-sqrt(5)/2 - 3/2 + x**2 - alpha2*x**2 - alpha1*x - alpha**3*x**3 + O(x**4)

btw, did you mean `alpha3` or `alpha**3`?

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

Reply via email to