Taylorspolynomialexbig


Attribution:
Obraz jest oznaczony jako „Wymagane uznanie autorstwa” (attribution required), ale nie podano żadnych informacji o uznaniu autorstwa. Prawdopodobnie parametr atrybucji został pominięty podczas korzystania z szablonu MediaWiki dla licencji CC-BY. Autorzy mogą znaleźć tutaj przykład prawidłowego korzystania z szablonów.
Credit:
Praca własna
źródło:
Wymiary:
600 x 480 Pixel (13817 Bytes)
Opis:

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
Licencja:
Warunki licencji:
Creative Commons Attribution-Share Alike 3.0

Więcej informacji o licencji można znaleźć tutaj. Ostatnia aktualizacja: Sat, 23 Jul 2022 04:52:08 GMT