symja_android_library icon indicating copy to clipboard operation
symja_android_library copied to clipboard

Numeric integration returns wrong result for `N[ integrate(1/x,{x,0,1}) ]`

Open tranleduy2000 opened this issue 5 months ago • 4 comments

There is the input, the integral of 1/x from 0 to 1 is a divergent integral:

N[ integrate(1/x,{x,0,1}) ] 

Error result:

𝟣𝟢.𝟥𝟩𝟦𝟩𝟨
image

Expected result:

Indeterminate

tranleduy2000 avatar Sep 13 '24 11:09 tranleduy2000