-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abs(a+b)^2 == (a+b)^2 #11668
Comments
comment:2
The exact place is
This is how I'm not sure what the best thing to do here is. Two ideas:
I do not think we pass the domain information from the (Pynac) variables in any case, or if that would be very easy to do. |
comment:3
This has been fixed by #12780.
Patch probably coming up. This would also be dealt with by #12737, but that is orthogonal to having fixed the domain issues. |
Author: Karl-Dieter Crisman |
comment:5
Two minor things, can you use |
Attachment: trac_11668.patch.gz Based on 5.10.rc1 |
comment:6
Sure, no problem. I put the |
Reviewer: Michael Orlitzky |
Merged: sage-5.11.beta3 |
The last result is clearly wrong. abs() is real by definition. simplify_full() doesn't handle abs() correctly.
Demo Notebook: http://demo.sagenb.org/home/pub/181/
CC: @kcrisman @orlitzky
Component: symbolics
Keywords: maxima abs
Author: Karl-Dieter Crisman
Reviewer: Michael Orlitzky
Merged: sage-5.11.beta3
Issue created by migration from https://trac.sagemath.org/ticket/11668
The text was updated successfully, but these errors were encountered: