You can view the syllabus for this course at https://docs.google.com/document/d/1U...
In this lecture, we'll look at linear interpolation. Quite often, we have several known data points and need to calculate the values between them (selling prices, the relationship between weight and age, or window size and slider position). This problem can be solved using interpolation. Linear interpolation is the simplest and most straightforward form. We'll take a problem based on real data (cactus lovers will love this) and apply linear interpolation to its solution. We'll implement this approach in Python, Java, and Fortran.
Link to the lecture notes: https://drive.google.com/file/d/1xKMv...
Link to code samples: https://drive.google.com/drive/folder...