I try to use
InterpolatingPolynomial[{f[1]=2,f'[1]=3,f[2]=6, f'[2]=7, f''[2]=8}, Method->"Hermite"]
in WolframAlpha, but it's wrong.
|
I try to use
in WolframAlpha, but it's wrong. |
|||
| show 3 more comments |
|
You should try
In WA:
In Mathematica:
|
|||
|
|
InterpolatingPolynomial[{{{1}, 2, 3}, {{2}, 6, 7, 8}}, x]– belisarius Jan 14 at 19:40