ファイル:Integration rectangle.svg

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

元のファイル(SVG ファイル、340 × 110 ピクセル、ファイルサイズ: 19キロバイト)

解説 Numerical integration by Riemann sums. The function being used is .
日付 (UTC)
原典
作者
この作品の著作権者である私は、この作品を以下のライセンスで提供します。
Public domain この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

Gnuplot Script Used

# SVG output
set terminal svg size 340 110
set output "Integration_rectangle.svg"
set samples 1000

# Configure border, axes, etc.
unset key
set xrange [-2:2]
set yrange [-1.5:4.75]
set border 3 lt 1 lc rgb "black"
set grid
set xtics autofreq 1
set ytics autofreq 2

# Define our function
f(x) = x**2 + sin(2*pi*x)

# Draw rectangles
set for [i = 0:15] object i+1 rect from -2+.25*i,0 to -2+.25*(i+1),f(-2+.25*(2*i+1)/2) fs empty border lt 3

# Plot
plot f(x)

元のアップロードログ

This image is a derivative work of the following images:

  • File:Integration_rectangle.png licensed with PD-self
    • 2008-02-16T19:43:51Z Emergie 340x110 (1003 Bytes) {{Information |Description=Numerical integration |Source=własna praca |Date= |Author= [[User:Emergie|Emergie]] |Permission= |other_versions= }} [[Category:Numerical analysis]]

Uploaded with derivativeFX

キャプション

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

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

題材

4 11 2010

ファイルの履歴

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

日付と時刻サムネイル寸法利用者コメント
現在の版2010年11月4日 (木) 06:212010年11月4日 (木) 06:21時点における版のサムネイル340 × 110 (19キロバイト)Kpengboy{{Information |Description=Numerical integration by Riemann sums. The function being used is <math>f(x) = x^2 + sin(x)</math>. |Source=*File:Integration_rectangle.png |Date=2010-11-04 06:17 (UTC) |Author=*File:Integration_rectangle.png: [[User

このファイルを使用しているページはありません。

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

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

メタデータ