File:Integration rectangle.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 340 × 110 pixels. Other resolutions: 320 × 104 pixels | 640 × 207 pixels | 1,024 × 331 pixels | 1,280 × 414 pixels | 2,560 × 828 pixels.
Original file (SVG file, nominally 340 × 110 pixels, file size: 19 KB)
File information
Structured data
Captions
DescriptionIntegration rectangle.svg | Numerical integration by Riemann sums. The function being used is . |
Date | (UTC) |
Source | |
Author |
|
I, the copyright holder of this work, hereby publish it under the following license:
Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
Gnuplot Script Used
[edit]# 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)
Original upload log
[edit]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
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 06:21, 4 November 2010 | 340 × 110 (19 KB) | Kpengboy (talk | contribs) | {{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 |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on bn.wikipedia.org
- Usage on bs.wikipedia.org
- Usage on cs.wikipedia.org
- Usage on en.wikipedia.org
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on hu.wikipedia.org
- Usage on sh.wikipedia.org
- Usage on sr.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | Produced by GNUPLOT 4.4 patchlevel 0 |
---|