Langrange polinomial interpolation with value of derivatives?

129 Views Asked by At

I have an interpolation problem to be solved with Lagrange polinomials. In the data set $(x_i,y_i)$ points are given, also the value of the $f'(x_1)$. How can I proceed with the interpolation?