Recent content by harshm
-
H
Graduate 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!- harshm
- Post #7
- Forum: General Math
-
H
Graduate 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...- harshm
- Post #5
- Forum: General Math