On Monday, July 27, 2020 at 4:55:39 PM UTC-7, rjf wrote:
>
> In  Maxima it works just fine,
>

You should probably qualify that. Perhaps it works fine with the default 
settings that maxima uses, but there are combinations on settings that 
don't seem so unreasonable for which the failure can be observed in maxima 
directly:

besselexpand : true;
display2d : false;
domain : complex;
keepfloat : true;
load(to_poly_solve);
load(simplify_sum);
load(diag);
assume(a>1);
assume(a<3);
integrate(t,t, 0, 4*a-a^2);

 crashes for me. These are settings that sage probably uses.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/fcd16138-3747-4902-a38a-c19ee0643057o%40googlegroups.com.

Reply via email to