Thanks. sage appears to be slow on `integrate(floor(x)^2,x,0,n0)`,
is Maple fast?

Session:
sage: n0=10^6
sage: time integrate(floor(x)^2,x,0,n0)
CPU times: user 6.71 s, sys: 6.32 ms, total: 6.71 s
Wall time: 6.87 s
333332833333500000
sage: time integrate(x^3+x,x,0,n0)
CPU times: user 48.6 ms, sys: 2 µs, total: 48.6 ms
Wall time: 69.8 ms
250000000000500000000000

-- 
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/CAGUWgD86XKwzeO-26DW_paueKzLTjWEFbv2k8GM9A%2BJLSY_kuQ%40mail.gmail.com.

Reply via email to