Lagranges interpolation

Lagranges interpolation
2 Downloads
Updated 10 Apr 2025

View License

Lagranges interpolation
:::::: Lagranges interpolation ::::::
Enter x : [0 5 12 19]
Enter y : [17.1 39.23 52.71 115.72]
Enter point to consider : 4.3
Lagranges Interpolation Polynomial is :
(5413916912308293*x^3)/144115188075855872 - (476812563824399*x^2)/562949953421312 + (1086744122374279*x)/140737488355328 + 171/10
Approx value at given point is : 37.6296

Cite As

Langel Thangmawia (2026). Lagranges interpolation (https://uk.mathworks.com/matlabcentral/fileexchange/180728-lagranges-interpolation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.1

Example added

1.0.0