siddharth
06-05-2005, 05:17 PM
hello everybody,
i took the source code of NR today.i am trying to do 2 D interpolation using bicubic interplation.
i am unable to understand how to find the derivatives in it. i have the data of type-
z=f(x,y)
x=[170 190 210 230 250]
y=[1.2 1.6 1.9 2.2 2.6]
z=[0.1 0.14 0.2 0.3 0.33 0.4]
can anybody help me to find the derivative of y1a,y2a,y21a .
the link for this interolation is -
http://www.library.cornell.edu/nr/bookcpdf/c3-6.pdf
i would really appreciate if anyone can help me out.
thank you.
sid.
i took the source code of NR today.i am trying to do 2 D interpolation using bicubic interplation.
i am unable to understand how to find the derivatives in it. i have the data of type-
z=f(x,y)
x=[170 190 210 230 250]
y=[1.2 1.6 1.9 2.2 2.6]
z=[0.1 0.14 0.2 0.3 0.33 0.4]
can anybody help me to find the derivative of y1a,y2a,y21a .
the link for this interolation is -
http://www.library.cornell.edu/nr/bookcpdf/c3-6.pdf
i would really appreciate if anyone can help me out.
thank you.
sid.