MathGroup Archive 2011

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

Search the Archive

A problem with NIntegrate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119156] A problem with NIntegrate
  • From: Anna Kaladze <anna.kaladze at gmail.com>
  • Date: Mon, 23 May 2011 06:26:12 -0400 (EDT)

Hi all,

I need to numerically integrate a function by utilizing =93Table=94 commandin
the process (please see the code below), but for the parameter values I am
interested in, I get complex results. I do not know why this is happening.
Also, how do I get "normal" real values instead, and also ensuring that the
answer is reasonably correct which one would expect from NIntegrate command.
Thanks a lot.

Table[NIntegrate[((1-(u/40)^2.5)*((1/((1+0.06*(u-t)))))/Exp[0.01*u*(1.5-1)])^(1/1.5),{u,t,40}],{t,0,40,1}]


  • Prev by Date: Re: get a, b from numbers in the form a+b Pi
  • Next by Date: Re: Series[log[x], {x, 0, 3}]
  • Previous by thread: there's shorter calculation time for motre datasets
  • Next by thread: Re: A problem with NIntegrate