01.12.2014 Views

LECTURE 3: Polynomial interpolation and numerical differentiation

LECTURE 3: Polynomial interpolation and numerical differentiation

LECTURE 3: Polynomial interpolation and numerical differentiation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example<br />

The Richardson extrapolation algorithm is implemented in the following procedure Derivative:<br />

void Derivative(double (*f)(double x), double x,<br />

int n, double h, double D[][NCOLS])<br />

{<br />

int i, j;<br />

double hh;<br />

}<br />

hh=h;<br />

for(i=0; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!