MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Numerical integration inside numerical integration

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48811] Numerical integration inside numerical integration
  • From: blah12 at mail.com
  • Date: Thu, 17 Jun 2004 04:07:24 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello all,

I'm trying to solve numerically an integral like,


A=some_value
NIntegrate[f[y,u]*Log[1+NIntegrate[g[y,u,s], {s, A, \[Infinity]}]],
    {u, -\[Infinity],\[Infinity]},{y, -\[Infinity],\[Infinity]}]

I know I am doing this wrong as the inner integration fails because
it doesn't have specific numerical values for y and u.
I guess Mathematica doesn't perform numerical integrations from the
outside to the inside (and so passing each time values of y,u to
the inner integration).

How can this problem be solved with Mathematica please ?

Thanks.


  • Prev by Date: Re: I have sounds in Mathematica -> want sound files
  • Next by Date: Re: freeing memory for animated graphics
  • Previous by thread: Re: Controlling function arguments
  • Next by thread: Re: Numerical integration inside numerical integration