Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Bicubic interpolation
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Finding derivatives from function values== If the derivatives are unknown, they are typically approximated from the function values at points neighbouring the corners of the unit square, e.g. using [[finite differences]]. To find either of the single derivatives, <math>f_x</math> or <math>f_y</math>, using that method, find the slope between the two ''surrounding'' points in the appropriate axis. For example, to calculate <math>f_x</math> for one of the points, find <math>f(x,y)</math> for the points to the left and right of the target point and calculate their slope, and similarly for <math>f_y</math>. To find the cross derivative <math>f_{xy}</math>, take the derivative in both axes, one at a time. For example, one can first use the <math>f_x</math> procedure to find the <math>x</math> derivatives of the points above and below the target point, then use the <math>f_y</math> procedure on those values (rather than, as usual, the values of <math>f</math> for those points) to obtain the value of <math>f_{xy}(x,y)</math> for the target point. (Or one can do it in the opposite direction, first calculating <math>f_y</math> and then <math>f_x</math> from those. The two give equivalent results.) At the edges of the dataset, when one is missing some of the surrounding points, the missing points can be approximated by a number of methods. A simple and common method is to assume that the slope from the existing point to the target point continues without further change, and using this to calculate a hypothetical value for the missing point.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)