Hi,

I would like to report the following:

I tried to integrate 1/x^2 from -oo to oo, and here is what I got:

--
In cocalc, the series is calculated wrongly:
'SageMath version 10.4, Release Date: 2024-07-19'
in: integral(1/x^2, (x,-oo,oo))
out: 0
--

In sagecell.sagemath.org, everything seems to be fine:

'SageMath version 10.2, Release Date: 2023-12-03'

integral(1/x^2, (x,-oo,oo))
ValueError: Integral is divergent.

Thanks,

-- 
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/728a2f53-d3b2-48a4-99ff-47f15e025a41n%40googlegroups.com.

Reply via email to