problem with double integral
- To: mathgroup at smc.vnet.net
- Subject: [mg107576] problem with double integral
- From: Regina <regina.lagrasta at googlemail.com>
- Date: Thu, 18 Feb 2010 05:15:15 -0500 (EST)
Hi there,
i got a problem: how can i evaluate the following integral:
define:
i[Q_] := Integrate[(Exp[-a/(4 x) - 4 x]), {x, \[Infinity], Q}]
now i want to compute:
NIntegrate[1/i[Q], {Q, 0, 1}]
what am i doing wrong? how can i integrate that function?