FunctionApproximations`
FunctionApproximations`

GeneralRationalInterpolation

GeneralRationalInterpolation[{fx,fy},{t,m,n},x,{t1,,tm+n+1}]]

補間点 t1, t2, において t の関数として生成された,x 座標と y 座標がそれぞれ fxfy である曲線を補間する,分子の次数が m,分母の次数が n である x の有理多項式関数を返す.

GeneralRationalInterpolation[{fx,fy},{t,m,n},x,{t,t0,t1}]

t0から t1までの区間で自動的に補間点が選ばれる有理補間を返す.

詳細とオプション