File:Taylorspolynomialexbig.svg
From Wikimedia Commons, the free media repository
Taylorspolynomialexbig.svg (SVG file, nominally 600 × 480 pixels, file size: 13 KB)
[edit] Summary
| Description |
it's a plot of the exponential function and its 4th-order Taylor approximation, i.e.
# set the output
set terminal svg enhanced fname "Times" fsize 18
set output "Taylorspolynomialexbig.svg"
# axis properties
set xrange [-4:4]
set yrange [-1:20]
set xzeroaxis linetype -1 linewidth 0.5
set yzeroaxis linetype -1 linewidth 0.5
set xlabel "x"
set key 0.15,19
plot exp(x) ti "exp(x)" with lines linewidth 3,\
1+x+(x**2)/2+(x**3)/6++(x**4)/24 ti "4th order Taylor" with lines linewidth 3
Then I have post-processed it with Inkscape |
|---|---|
| Date |
October 2007 |
| Source |
Own work |
| Author | |
| Permission (Reusing this image) |
See below. |
[edit] Licensing
- Remove redundant categories and try to put this image in the most specific category/categories
- Remove this template
Afrikaans | Alemannisch | Català | Česky | Dansk | Deutsch | Deutsch (Sie-Form) | English | Español | Eesti | Suomi | Français | עברית | Հայերեն | Italiano | 日本語 | Magyar | Македонски | Malti | Plattdüütsch | Nederlands | Polski | Português | Română | Русский | Slovenčina | ไทย | Vèneto | 中文 | +/−
Usage:
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 19:54, 28 October 2007 | 600×480 (13 KB) | Alejo2083 (talk | contribs) | ({{Information |Description=it's a plot of the exponential function and its 4th-order Taylor approximation, i.e. <math>1+x+\frac{x^2}{2}+\frac{x^3}{6}+\frac{x^4}{24}</math>. I have made it with Gnuplot, using the following code: <source> # set the output s) |
- Edit this file using an external application (See the setup instructions for more information)
File links
The following page links to this file:
Global file usage
The following other wikis use this file:
- Usage of Taylorspolynomialexbig.svg on enwiki
- Usage of Taylorspolynomialexbig.svg on idwiki
. I have made it with Gnuplot, using the following code: