Skip to main content

calculus and analysis - 1/x integration giving 0 instead of infinity



I stumbled across the fact this integral:


Integrate[1/y, {y, 0, 1}, GenerateConditions -> False]

returns



0

Anybody understand why this is zero and not divergent? Is "GenerateConditions" doing something weird?




Comments