On Tuesday, April 24, 2018 at 5:15:17 PM UTC+2, Erik Bray wrote:
>
> sqrt(2) * ((I - 1)*sqrt(2) - 2) 
>
> Then for some reason it decides there's an overall coeffecient of -2!, 
>

That is probably what should be fixed.

and rewrites the expression as: 
>
> -2*sqrt(2)*(-(1/2*I - 1/2)*sqrt(2) + 1) 
>
> when it passes that back through ex::construct_from_basic, it goes 
> back into mul::eval again (because technically it's a new 
> expression?)


A new one is created, yes, but still not marked as evaluated because things 
could be further simplified.

Another complication is that here the crash is sensitive to unrelated code 
changes.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to