MathGroup Archive 2009

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

Search the Archive

Re: kernel crash with integrating the derivative of an

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104869] Re: [mg104833] kernel crash with integrating the derivative of an
  • From: Herman Kuun <oomkoos1 at gmail.com>
  • Date: Thu, 12 Nov 2009 06:03:35 -0500 (EST)
  • References: <200911110927.EAA29333@smc.vnet.net>

Nope. No crash.

Mathematica-7.01

Linux 2.6.30-gentoo-r5 #3 SMP Wed Nov 11 11:22:10 SAST 2009 x86_64 AMD
Athlon(tm) 64 X2 Dual Core Processor 3800+ AuthenticAMD GNU/Linux

Best
Herman

On Wed, Nov 11, 2009 at 11:27 AM, Sjoerd C. de Vries <
sjoerd.c.devries at gmail.com> wrote:

> Hi all,
>
> The following leads to a consistent crash on my PC:
>
> tbl =
>  {{3.7372349521625203`, 7.8999536564180906`}, {-1.5683136806862397`,
>   3.549628027104541`}, {-9.326537784015741`, -5.7268546790245844`},
> {-6.8805945246545`, 6.849090400951159`}}
>
> sp = Interpolation[tbl, Method -> "Spline"];
>
> sp1[x_] = D[sp[x], x];
>
> NIntegrate[sp1[x], {x, -9, 4}].
>
> Same on yours?
>
> Cheers -- Sjoerd
>
>



  • Prev by Date: Re: Problem with Screen Environment
  • Next by Date: Re: Re: How to Calculatelength of an Spline
  • Previous by thread: kernel crash with integrating the derivative of an Interpolation
  • Next by thread: Re: kernel crash with integrating the derivative of an