ファイル:Interpolation example polynomial.svg

ページのコンテンツが他言語でサポートされていません。

元のファイル(SVG ファイル、600 × 480 ピクセル、ファイルサイズ: 13キロバイト)

概要

解説 IIllustration of polynomial interpolation of a data set. The same data set is used for other interpolation algorithms in the Interpolation.
日付
原典 self-made in Gnuplot
作者 Berland

Based on png-version by User:Jitse Niesen (with gnuplot source code), and on svg-version by User:Cronholm144.

Gnuplot source code

set terminal svg fname "Vera" fsize 25
set output "Interpolation_example_polynomial.svg"
set key off
set xzeroaxis
set xtics axis 1,1
set ytics nomirror 1
set samples 300
set border 2
f(x) = - 0.0001521*x**6 - 0.003130*x**5 + 0.07321*x**4 - 0.3577*x**3 +  0.2255*x**2 + 0.9038*x
set yrange [-1.1:1.1]
plot f(x) with lines linetype 3 linewidth 4, \
     "-" with points linetype 1 pointtype 7 pointsize 0.7, \
       0 with lines linetype -1 linewidth 1
0 0
1 0.8415
2 0.9093
3 0.1411
4 -0.7568
5 -0.9589
6 -0.2794
e

Please use at least version 4.2 of Gnuplot for smooth lines in SVG.

ライセンス

Public domain この著作物は、著作者であるI, Berlandによって権利が放棄され、パブリックドメインとされました。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
I, Berlandは、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

26 6 2007

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2007年6月26日 (火) 16:112007年6月26日 (火) 16:11時点における版のサムネイル600 × 480 (13キロバイト)Berland== Summary == {{Information |Description=IIllustration of polynomial interpolation of a data set. The same data set is used for other interpolation algorithms in the Interpolation. |Source=self-made i

以下の​ 2 ページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ