NUMERICAL INTERPOLATION WITH PYTHON

Scientific problems often involve complicated equations to obtain a satisfactory solution. This high level of complexity causes confusion for researchers.Numerical methods can be used as an alternative solution to simplify an equation by turning it into a simple algorithm that can be applied to a...

Full description

Saved in:
Bibliographic Details
Main Author: Fadli Jauhari, Zhafiri
Format: Final Project
Language:Indonesia
Online Access:https://digilib.itb.ac.id/gdl/view/81616
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Institut Teknologi Bandung
Language: Indonesia
Description
Summary:Scientific problems often involve complicated equations to obtain a satisfactory solution. This high level of complexity causes confusion for researchers.Numerical methods can be used as an alternative solution to simplify an equation by turning it into a simple algorithm that can be applied to a programming language. One of the numerical methods that can be applied to mathematical equations is numerical interpolation. This method can predict the product value of an equation at a coordinate if the values before that coordinate are known.Like other numerical methods, numerical interpolation has weaknesses in determining the value of the equation.Weaknesses of interpolation This is the numerical data that is sought in this final research project. In this final research project, the numerical interpolation method will be used as an algorithm which is then entered into the Python programming language.The Python language is considered quite accurate in determining the properties of numerical interpolation.