Recent content by harshm

  1. H

    Cubic Spline Interpolation Tutorial

    Solution Thanks for the coefficients - they helped me figure out what the problem was - a syntax problem - the correct expression for the coefficients are Sx(i,1) = (mx(i+1) - mx(i))/(6*h) while I had Sx(i,1) = (mx(i+1) - mx(i))/6*h Thanks a ton!
  2. H

    Cubic Spline Interpolation Tutorial

    Cubic Spline Interpolation of a Circle Hey there - Thanks for the great tutorials - they really helped me! I'm trying to duplicate your results for cubic interpolation of a circle with 4 points and I got the same solution for the 2nd derivatives in the x and y directions. However, when I solve...
Back
Top