Skip to content

Kumar20-21/Lagrange-Interpolation-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Lagrange interpolation

The program takes the following as the argument(in order):

  1. The point of evaluation t
  2. The number of node points n
  3. The array of node points x
  4. The array of function values f corresponding to the node points.

About

Lagrange Interpolation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages