จากวิกิพีเดีย สารานุกรมเสรี
[edit] Summary
Description |
Plot of sine function (red) along with its Taylor's polyn of degree 7 (green)
|
Source |
Self-made using gnuplot
|
Date |
2006-05-05
|
Author |
Qualc1
|
Permission |
See below
|
[edit] Instructions
Generated in gnuplot with the following script:
set terminal svg size 1000 1000 fixed enhanced fname 'Times' fsize 36
set output "sin_taylor_plot.svg"
set samples 10000
set xrange [-10:10]
set yrange [-3:3]
set grid
set xzeroaxis linetype -1 linewidth 1.5
set yzeroaxis linetype -1 linewidth 1.5
plot sin(x) lw 4, x-x**3/(3!)+x**5/(5!)-x**7/(7!) ti "Its Taylor's polyn of degree 7" lw 4
[edit] Licensing
I, the author of this work, hereby publish it under the following licenses:
You may select the license of your choice.
|
ลิงก์ภาพ
หน้าต่อไปนี้ โยงมาที่ภาพนี้: