Data Table Interpolation in Two-Dimensions

Опубликовано: 03 Сентябрь 2024
на канале: mechtutor com
216
2

This tutorial discusses the theory and coding of 2-dimensional interpolation in multi-column data tables. In this video tutorial, Newton's #interpolation is used in the #python #code to solve a numerical example from a table of physical properties of materials (dynamic viscosity of water).
Watch my tutorial on Newton's interpolation method:    • Newton's Interpolation with Divided D...  
00:00 Introduction
00:41 Multi-Column Tables
03:47 Theoretical Background
05:26 Numerical Example (Table Calculation)
06:45 The Python Code & Solution