From Wikipedia, the free encyclopedia
No higher resolution available.
[edit] Summary
| Description |
it's a plot of the exponential function and its 4th-order Taylor approximation, i.e. . I have made it with Gnuplot, using the following code:
# 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(2007-10) |
| Source |
Own work |
| Author |
Alessio Damato |
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.
www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
|
You may select the license of your choice.
|
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 | |
File usage
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):
Global file usage
The following other wikis use this file:
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on id.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on tr.wikipedia.org
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.