Image:Linearspline.png
|
An image of a linear spline and the function it is approximating. It was created using gnuplot with the command:
plot [-1:1] [0.367:1] exp(-x**2); replot -1 <= x && x <= -0.5 ? exp(-1) + 2*(exp(-1.0/4)-exp(-1))*(x+1) : -0.5 <= x && x <= 0 ? exp(-1.0/4) + 2*(1-exp(-1.0/4))*(x+1.0/2) : 0 <= x && x <= 0.5 ? 1 + 2*(exp(-1.0/4)-1)*x : exp(-1.0/4) + 2*(exp(-1) - exp(-1.0/4))*(x-1.0/2)
jaredwf 17:03, 10 May 2004 (UTC)
Missing image PD-icon.png Public domain | This image has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide.
|
File links
There are no pages that link to this file.