Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium
New issue 2644 by [email protected]: expand problem http://code.google.com/p/sympy/issues/detail?id=2644 The following does not fully expand after the first try: >>> ((1-sqrt(1+x))*sqrt(1+x)*y).expand() y*sqrt(x + 1) - y*(x + 1) >>> _.expand() -x*y + y*sqrt(x + 1) - y -- 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.
