Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Simplify

New issue 3766 by [email protected]: radsimp could handle this expression
http://code.google.com/p/sympy/issues/detail?id=3766

In the current tests there is this deleted test which now is handled in my unrad branch (to be sent as a PR soon):

-    assert radsimp(1/(r2*a + r3 + r5 + r7)) == 1/(r2*a + r3 + r5 + r7)
+    assert radsimp(1/(r2*a + r3 + r5 + r7)) == (
+        (2*sqrt(105)*(-12*a**4 + 60*a**2 - 59) + 2*sqrt(70)*(4*a**5 -  \
+        36*a**3
+        + 49*a) + 2*sqrt(42)*(4*a**5 - 20*a**3 + 41*a) + 2*sqrt(30)*\
+        (4*a**5 -
+        4*a**3 - 31*a) + sqrt(3)*(-8*a**6 + 84*a**4 - 462*a**2 + 531) +
+        sqrt(5)*(-8*a**6 + 100*a**4 - 254*a**2 + 295) + sqrt(7)*(-8*a**6 +
+        116*a**4 - 302*a**2 + 59) + sqrt(2)*(8*a**7 - 180*a**5 + 782*a**3 -
+        795*a))/(16*a**8 - 480*a**6 + 3128*a**4 - 6360*a**2 + 3481))


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to