|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
time dependent surface data
Next by Date:
Solving Weissinger's ODE
Previous by thread:
Re: time dependent surface data
Next by thread:
Re: kernel crash with integrating the derivative of an
|