| Hermite Interpolation |
Article Index for Hermite |
Information AboutHermite Interpolation |
| CATEGORIES ABOUT HERMITE INTERPOLATION | |
| interpolation | |
| finite differences | |
| factorial and binomial topics | |
|
USAGE The derivatives are treated as extra points, and in the divided difference table, the points are repeated. To avoid division by zero, the values where the division by zero would take place are replaced with the derivatives, multiplied by a constant, depending on the position in the table. For example, using the notation on the Newton Polynomial article, if point is repeated times, , e.g. etc. The table is calculated in the exact same fashion as before. EXAMPLE The example used here will be the polynomial x^8 + 1. The values, first, and second derivatives at the points x = -1, x = 0, and x = 1 will be used. This means that 9 pieces of data will be used, and so the polynomial discovered will be of degree 8.
ERROR
> |
|
|