kernel crash with integrating the derivative of an Interpolation
- To: mathgroup at smc.vnet.net
- Subject: [mg104833] kernel crash with integrating the derivative of an Interpolation
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Wed, 11 Nov 2009 04:27:51 -0500 (EST)
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
- Follow-Ups:
- Re: Re: kernel crash with integrating the
- From: George Woodrow III <georgevw3@mac.com>
- Re: kernel crash with integrating the derivative of an
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: kernel crash with integrating the derivative of an
- From: Leonid Shifrin <lshifr@gmail.com>
- Re: kernel crash with integrating the derivative of an
- From: Syd Geraghty <sydgeraghty@me.com>
- Re: kernel crash with integrating the derivative of an
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: kernel crash with integrating the derivative of an
- From: Herman Kuun <oomkoos1@gmail.com>
- Re: Re: kernel crash with integrating the