MathGroup Archive 2002

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

Search the Archive

Problem with ND

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37938] Problem with ND
  • From: Daniel Nettels <Daniel.Nettels at unifr.ch>
  • Date: Wed, 20 Nov 2002 09:09:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello!

I'd like to pass a function f[x] which can only be evaluated when x is a 
number to ND as in the following example.


<<NumericalMath`NLimit`
f[x_]:=NIntegrate[t,{t,0,x}]
ND[f[x],x,4]

Unfortunatly, this does not work.

Thank you for your help

Daniel



  • Prev by Date: Re: named optional parameters
  • Next by Date: Extracting a sub-list?
  • Previous by thread: Re: How to avoid under/overflow?
  • Next by thread: Re: Problem with ND