Posts

Showing posts from May 3, 2019

Gauss Interpolation Formula

Image
Gauss Interpolation Formula :              The general Newton formula or Newton's Divided Difference Interpolation Formula gives   y = f(x) = f(x₀)+(x-x₀)f(x₀,x₁)+(x-x₀)                                         (x-x₁)f(x₀,x₁,x₂)+(x-x₀)(x-x₁)                 (x-x₂)f(x₀,x₁,x₂,x₃)+(x-x₀)(x-x₁)(x-x₂)           (x-x₃)f(x₀,x₁,x₂,x₃,x₄)+(x-x₀)(x-x₁)(x-x₂)(x-x₃)(x-x₄)f(x₀,x₁,x₂,x₃,x₄,x₅)+(x-x₀)(x-x₁) (x-x₂)(x-x₃)(x-x₄)                                                              ×(x-x₅)f(x₀,x₁,x₂,x₃,x₄,x₅,x₆)+.... Now putting x₀=x₀ , x₁= x₀+h ,x₂= x₀-h,             x₃= ...