MathGroup Archive 2012

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

Search the Archive

Re: This is nuts: Block[{u = 1}, g3[u]] and Block[{u = 0}, g3[u]] executes but NIntegrate[g3[u], {u, 0, Infinity}] doesn't execute

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124198] Re: This is nuts: Block[{u = 1}, g3[u]] and Block[{u = 0}, g3[u]] executes but NIntegrate[g3[u], {u, 0, Infinity}] doesn't execute
  • From: "Nasser M. Abbasi" <nma at 12000.org>
  • Date: Fri, 13 Jan 2012 04:50:25 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

On 1/12/2012 3:23 AM, Shravan wrote:
> Hello All,
>               This program is not as daunting as it appears to be. I am
> struggling with an issue related to NIntegration. I think the problem
> is related to syntax but I am not sure. I am having tough time
> executing the following commands in mathematica.
>
> z1 = NIntegrate[g3[u], {u, 0, Infinity}]
>

Are you sure you really want to do numerical integration from zero to infinity?

This is numerical integration?

--Nasser








  • Prev by Date: chasing.m with Mathematica 8
  • Next by Date: how to import unformatted Fortran data
  • Previous by thread: This is nuts: Block[{u = 1}, g3[u]] and Block[{u = 0}, g3[u]] executes but NIntegrate[g3[u], {u, 0, Infinity}] doesn't execute
  • Next by thread: This is nuts: Block[{u = 1}, g3[u]] and Block[{u = 0}, g3[u]] executes but NIntegrate[g3[u], {u, 0, Infinity}] doesn't execute