Second post

At first, we sample f(x) in the N (N is odd) equidistant points around x^*:

    \[    f_k = f(x_k),\: x_k = x^*+kh,\: k=-\frac{N-1}{2},\dots,\frac{N-1}{2} \]

where h is some step.
Then we interpolate points \{(x_k,f_k)\} by polynomial

(1)   \begin{equation*}     P_{N-1}(x)=\sum_{j=0}^{N-1}{a_jx^j} \end{equation*}

Rendered by QuickLaTeX.com

Leave a Reply

Your email address will not be published. Required fields are marked *