|
FunctionInterpolation
FunctionInterpolation[expr, x, xmin, xmax ]は,xをxminからxmaxに変えていったときの式exprを評価し,評価結果に対応する近似関数を表したInterpolatingFunctionオブジェクトを構築する.
複数の引数を持つInterpolatingFunctionオブジェクトを構築するときは,FunctionInterpolation[expr, x, xmin, xmax , y, ymin, ymax , ... ]を使う.
複数のInterpolatingFunctionオブジェクトを持った式に対してFunctionInterpolationを使うことで,それらを単一のInterpolatingFunctionオブジェクトにまとめることができる.
生成されたInterpolatingFunctionの返す値に対し精度指定を行うには,オプションInterpolationPrecisionを使う.
Interpolationの注釈も参照のこと.
参照セクション:3.8.3.
次も参照:ListInterpolation,InterpolatingPolynomial, Table.
バージョン3の新関数
他の例
|