MathGroup Archive 2010

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

Search the Archive

numerical integration

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110612] numerical integration
  • From: ofer <ofershl at gmail.com>
  • Date: Mon, 28 Jun 2010 02:29:04 -0400 (EDT)

hi,
i have a pretty nasty double integral which i need to solve numerically but mathematica gives me  error messages when i try to solve  it straightforward using NIntegrate

the integrand is:

Exp[-I*\[Lambda]*(x+y)]*(x-y)*((Sinh[Pi*(x+I*\[Epsilon])]*Sinh[Pi*(y-I*\[Epsilon])])^-2 -(Sinh[Pi*(x-I*\[Epsilon])]*Sinh[Pi*(y+I*\[Epsilon])])^-2)

in the limits x=-infinity..infinity, y=-infinity..infinity

with epsilon==>0

i'm new to mathematica  and will  appreciate any suggestions


  • Prev by Date: Re: Absolute value
  • Next by Date: Re: Absolute value
  • Previous by thread: Automatic Differentiation of mathematica code
  • Next by thread: Re: numerical integration