Interpolation

Use when you must estimate a value between the tabulated points of an aerospace data table: interpolate linearly between two adjacent data points, perform piecewise linear interpolation over a whole table, build a natural cubic spline through the data points and evaluate it at an intermediate abscissa, extend beyond the table ends with the boundary behavior, and validate that the table is sorted and well formed before the lookup. Produces the interpolated value, the spline coefficients, and the bracketing segment that gate the table lookup step. Trigger: linear interpolation, cubic spline, piecewise linear, table lookup, spline coefficients.

ashfordeOU b390997 3 files · 23.4 KB Updated

File contents

ashfordeOU/aero-agent-skills/tree/main/skills/cross-cutting/numerics/interpolation commit b3909977f8

Frequently asked questions

npx skillmds@latest add ashfordeou/interpolation