Hermite interpolation# Computation - 科学计算
w*d
1 楼
Is there anybody have experience with Hermite interpolation?
I need it to test my algorithm for the equation:
u_t = a u + i b u_xx + c u_xxx
For standard interpolation, if equal spaced grids are used, there
will be Runge Phenomenon. And if monomial(?) is used, the Vandermande
matrix will have bad condition number.
So I want to know if I should be careful with bases and grids for
Hermite interpolation.
Thanx.
I need it to test my algorithm for the equation:
u_t = a u + i b u_xx + c u_xxx
For standard interpolation, if equal spaced grids are used, there
will be Runge Phenomenon. And if monomial(?) is used, the Vandermande
matrix will have bad condition number.
So I want to know if I should be careful with bases and grids for
Hermite interpolation.
Thanx.