integration problem
- To: mathgroup at smc.vnet.net
- Subject: [mg16172] integration problem
- From: michel.gosse at interpc.fr (Michel Gosse)
- Date: Tue, 2 Mar 1999 01:13:16 -0500
- Organization: UUNet
- Sender: owner-wri-mathgroup at wolfram.com
Hello
Mathematica 3.01 returns infinity for the calculus :
Integrate[1/(2*x + Sqrt[3*x + 1]), {x, 0, 1}]
but when i evaluate :
NIntegrate[1/(2*x + Sqrt[3*x + 1]), {x, 0, 1}]
it returns 0.449, which seems good.
What is the problem with the integrate function ?
Regards