由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Three points interpolation:
相关主题
[合集] linear system的奇怪问题请问谁有tricubic spline interpolation的子程序吗?
derivative of the cubic spline interpolation results请教Singular Value Decomposition
Re: 有个问题drive me crazy - 谢谢大家[转载] mathematica 和 C/C++的混合编程 -observer
ALE 和 Level-Set Method数值求解非线性方程组的问题
Hermite interpolationmatlab画复杂边界中的等势线用什么命令?
[转载] ATLAS急问一个Matlab画图问题
Singular Value Decomposition求解:Matlab 积分
Interpolation求救,急!!!请教Matlab中矩阵求逆问题
相关话题的讨论汇总
话题: three话题: points
进入Computation版参与讨论
1 (共1页)
r*******s
发帖数: 12
1
I have measured oscillatory temperature in three locations and I assume the
temperature varies linearly with length. How can I use these interpolation of
three ponits to obtain temperature at arbitrary location?
w**d
发帖数: 2334
2
linear interpolation needs 3pts in 2D, 4pts in 3D.
Also a linear function is not oscillatory.

【在 r*******s 的大作中提到】
: I have measured oscillatory temperature in three locations and I assume the
: temperature varies linearly with length. How can I use these interpolation of
: three ponits to obtain temperature at arbitrary location?

S***y
发帖数: 186
3
interesting!
how to do multi-dimensional interpolations for arbitrary-shape meshes?

the
of

【在 w**d 的大作中提到】
: linear interpolation needs 3pts in 2D, 4pts in 3D.
: Also a linear function is not oscillatory.

w**d
发帖数: 2334
4
It is quite difficult.
For 1D, n distinct points can guarantee a degree n-1 interpolated polynomials,
the quality (accuracy) depends on the distribution though. Babuska and Chen Q.
gave the 1D optimal points set in a paper in 1995.
For multi-dimensional interpolation, it is even not easy to guarantee
the Vandermonde matrix is non-singular. In one of Yau's paper, he showed
the matrix is non-singular when the points are distributed in a certain way.
(I did not read that paper.)

【在 S***y 的大作中提到】
: interesting!
: how to do multi-dimensional interpolations for arbitrary-shape meshes?
:
: the
: of

1 (共1页)
进入Computation版参与讨论
相关主题
请教Matlab中矩阵求逆问题Hermite interpolation
问个画图的插值问题[转载] ATLAS
svd on large matrixSingular Value Decomposition
在matlab中如果快速地求矩阵的逆Interpolation求救,急!!!
[合集] linear system的奇怪问题请问谁有tricubic spline interpolation的子程序吗?
derivative of the cubic spline interpolation results请教Singular Value Decomposition
Re: 有个问题drive me crazy - 谢谢大家[转载] mathematica 和 C/C++的混合编程 -observer
ALE 和 Level-Set Method数值求解非线性方程组的问题
相关话题的讨论汇总
话题: three话题: points