MathGroup Archive 2002

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

Search the Archive

Re[2]: Problem with ND

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37971] Re[2]: [mg37938] Problem with ND
  • From: Vladimir Bondarenko <vvb at mail.strace.net>
  • Date: Sat, 23 Nov 2002 19:14:41 -0500 (EST)
  • In-reply-to: <3DDDFA70.8090307@unifr.ch>
  • References: <200211201409.JAA06475@smc.vnet.net> <23818982.20021122052142@mail.strace.net> <3DDDFA70.8090307@unifr.ch>
  • Reply-to: Vladimir Bondarenko <vvb at mail.strace.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Daniel Nettels <Daniel.Nettels at unifr.ch> wrote on Friday, November 22, 2002, 5:35:44 AM :

DN> I used NIntegrate instead of Integrate in my problem! NIntegrate accepts
DN> only numerical integration limits.
DN> However I have already a solution for my problem. One has to restrict x 
DN> to be a number by defining

DN> f[x_?NumericQ]:=NIntegrate[t,{t,0,x}]

DN> This works.


While copying I made a typo, Integrate[t,{t,0,x}] instead of
the original NIntegrate[t,{t,0,x}].

This does not affect the main statement that all versions of
Mathematica work OK returning 4. each time.


Best wishes,

Vladimir Bondarenko
Mathematical and Production Director
Symbolic Testing Group
Email:  vvb at mail.strace.net

Web  :  http://www.CAS-testing.org/ (under development, 95% ready)
        http://maple.bug-list.org/  (under development, 20% ready)

Voice:  (380)-652-447325 Mon-Fri 6 a.m. - 3 p.m. GMT
ICQ  :  173050619
Mail :  76 Zalesskaya Str, Simferopol, Crimea, Ukraine




  • References:
  • Prev by Date: Number of cyclic subgroups of order 15 in Z_90 (+) Z_36
  • Next by Date: Re: visualization with Mathematica
  • Previous by thread: Re: Problem with ND
  • Next by thread: Extracting a sub-list?