Recent content by spacecamel

  1. S

    Graduate Cubic Spline Interpolation Tutorial

    Yep, my mistake. I used ax^3 + bx^2 + cx + d rather than using (x-x0), etc. Thanks again for the excellent tutorial.
  2. S

    Graduate Cubic Spline Interpolation Tutorial

    Hi hotvette, I have been looking for a good tutorial on Cubic Splines, nice work. I have found what I think might be an error in one of your examples, however. Example Problem #1 shows c2 = 0, but when I plug in the values: y3 = 1 y2 = 0.125 h2 = .5 y3" = 0 y2" = 4.5 I come up with c2...