Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 414 Bytes

File metadata and controls

14 lines (10 loc) · 414 Bytes

Newton's (Newton-Gregory) Backward Difference formula is a way of approximating a function with an nth degree polynomial passing through (n+1) equally spaced points.

Course: Numerical Methods Laboratory, Monsoon 2011
Taught by: Prof. Bata Krushna Ojha

See main.cpp for code.