MathGroup Archive 2011

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

Search the Archive

How to NSolve equation which involves NIntegrate?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120061] How to NSolve equation which involves NIntegrate?
  • From: Ted Sariyski <tsariysk at craft-tech.com>
  • Date: Thu, 7 Jul 2011 07:31:38 -0400 (EDT)
  • References: <201106250929.FAA20235@smc.vnet.net> <201106271131.HAA07842@smc.vnet.net> <201106281155.HAA21486@smc.vnet.net> <002f01cc35a6$3dd69ca0$b983d5e0$@dahl@telia.com>,<201106290929.FAA02776@smc.vnet.net> <2A0AA73D3621CE4BBE6BAEC6FEB4661E01E0BD0A@MBX01.seas.harvard.edu>

Hi,
I need  a numerical solution for a system of equations which involve 
numerical integrals. For one parameter the equation would be:

f[a]==g[a]
     where
f[a_]:=NIntegrate[h[x, a] , {x, x1, x2}]

NSolve returns: "The integrand  has evaluated to non-numerical values".

Is there a built-in procedures for this type of problems or I need to 
make explicit iterations?

Thanks in advance,
--Ted






  • Prev by Date: Re: Numerical accuracy/precision - this is a bug or a feature?
  • Next by Date: Re: Unwanted Recursion
  • Previous by thread: Re: Grouping terms under the radical
  • Next by thread: Re: How to NSolve equation which involves NIntegrate?