그림:Taylorsine.svg

위키백과 ― 우리 모두의 백과사전.

Taylorsine.svg (9KB, MIME 종류: image/svg+xml)

위키미디어 공용 로고 이 자료는 위키미디어 공용에 있습니다. 해당 문서의 자료에 대한 설명이 아래에 있습니다.


[edit] Summary

The sine function and its 7th-degree Taylor polynomial, f(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!}. Made by english wikipedia user Ktims. Copied here from english wikipedia (Link)

[edit] Instructions

Generated with the following gnuplot script, manually colour-matched with the previous chart here for consistency.

set terminal svg size 1600 1200 fname "Times New Roman" fsize 48
set output "taylorsine.svg"
set xzeroaxis lt 0 lw 4
set yzeroaxis lt 0 lw 4
unset border
set key box
set samples 200

set bmargin 0
set lmargin 0
set rmargin 0
set tmargin 0

set xtics axis ("-2π" -2*pi, "-π" -pi, "π" pi, "2π" 2*pi)
set mxtics 2

set ytics axis ("" -5, "" -4, "" -3, "" -2, "" -1, "" 1, "" 2, "" 3, "" 4, "" 5)
set mytics 20

set xrange [-3*pi:3*pi]
set yrange [-5:5]

f(x) = x - (x**3/3!) + (x**5/5!) - (x**7/7!)

plot sin(x) lt 10 lw 4, f(x) lt 12 lw 4

[edit] Licensing

Public domain I, the author of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.


Afrikaans | Alemannisch | Aragonés | العربية | Български | Català | Česky | Cymraeg | Dansk | Deutsch | Ελληνικά | English | Español | Esperanto | فارسی | Français | Galego | 한국어 | हिन्दी | Hrvatski | Ido | Bahasa Indonesia | Íslenska | Italiano | עברית | Latina | Lietuvių | Magyar | Bahasa Melayu | Nederlands | Norsk (bokmål) | Norsk (nynorsk) | 日本語 | Polski | Português | Ripoarish | Română | Русский | Slovenčina | Slovenščina | Српски | Svenska | ไทย | Türkçe | Українська | Tiếng Việt | Walon | 简体中文 | 繁體中文 | 粵語 | +/-

다음 문서들이 이 그림을 사용하고 있습니다: