File:Exp.svg
From Department of Mathematics at UTSA
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 800 × 600 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels.
Original file (SVG file, nominally 800 × 600 pixels, file size: 29 KB)
This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.
Contents
Summary
DescriptionExp.svg |
English: The exponential function on the interval −5 ≤ x ≤ 5. Grid unit is 1 along both axes. The cubic spline interpolation in the SVG file has an absolute error less than 9 × 10−4 on the shown interval.
Norsk bokmål: Eksponentialfunksjonen exp(x) på intervallet −5 ≤ x ≤ 5. Rutenettsenhet er 1 langs begge akser. Den kubiske spline-interpolasjonen i SVG-filen har en absoluttfeil mindre enn 9 × 10−4 på det viste intervallet. |
Date | |
Source | Own work |
Author | Peter John Acklam |
Other versions |
|
SVG development InfoField | |
Source code InfoField | Gnuplot code# Author: Ika, 2013-07-24
set term svg size 800,600 enhanced font 'Liberation Serif, 12'
set output 'exp.svg'
set multiplot
set xrange [-5:5]
set yrange [-1:9]
set xtics 1
set ytics 1
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
unset label
set label "(1,e)" at 1,2 font "Liberation Serif, 24"
set label "(0,1)" at -1,1.2 font "Liberation Serif, 24"
# Draw the exponential function
set key off
set style line 1 lt 2 lc rgb "gray" lw 1
set grid back ls 1.5
plot exp(x) lc rgb "blue" lw 3
set pointsize 1
plot '-' w p lc rgb 'black' pt 7
0 1
1 2.71828
e
unset multiplot
set term x11
set output
|
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.
Gnuplot
Items portrayed in this file
depicts
some value
15 March 2007
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 22:42, 22 July 2013 | 800 × 600 (29 KB) | IkamusumeFan | 1. Thicker line for better display of the thumbnail; 2. Smaller font for better display of the thumbnail. |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
Image title | Produced by GNUPLOT 4.2 patchlevel 6 |
---|---|
Width | 800 |
Height | 600 |
Retrieved from "https://mathresearch.utsa.edu/wiki/index.php?title=File:Exp.svg"