Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 518 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 518 Bytes

Simultaneous computation of finite differences and interpolation with Lagrange polynomials

The Julia and Matlab scripts in this repository compute the generalized finite difference / interpolation algorithm in the SIAM paper B. Fornberg (1998). The algorithm allows for the simulataneous computation of finite differences and interpolation via Lagrange polynomials.

The computational time difference between Julia (faster) and Matlab (slower) can be compared by running the identical scripts in this repository.