Cubic spline interpolation with examples in Python
Learn the math and get the code for constructing cubic interpolating splines
Description
This is a technical course designed for students and practitioners.
This course gets you
an introduction to spline interpolation
an understanding of what splines are
a detailed description of how to construct linear and cubic splines
Python code to construct cubic splines with different boundary conditions
the confidence of knowing what library functions for spline interpolation actually do
What You Will Learn!
- Construct one-dimensional cubic splines from scratch
- Apply spline interpolation to their projects
- Use spline library functions with confidence
- Explain how to approach interpolation
Who Should Attend!
- Engineering and science students
- Computer graphics and game development students and professionals
- People who always wanted to know what those splines are
- Anyone interested in interpolation