File:Topologist's sine curve.svg

頁面內容唔支援其他語言。
出自維基百科,自由嘅百科全書

原本檔案(SVG檔案,表面大細: 630 × 450 像素,檔案大細:1.36 MB)

摘要

描述
English: Topologist's sine curve
日期
來源 自己作品
作者 Morn the Gorn
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
原始碼
InfoField

Python code

from pylab import *
rc("xtick.major", pad = 8)

x = [.0002]

while x[-1] < .2:
	o = .1 * x[-1]**2
	x.append(x[-1] + o)

y = sin(1./array(x))

figure(figsize = (7, 5))
plot(x, y, lw = 1.2)
xlim(0, .2)

savefig("Topologist's sine curve.svg")

show()

協議

GNU head 根據自由軟體基金會發佈嘅無固定段落、封面文字同封底文字GNU自由文件授權條款第1.2或打後嘅版本,你獲授權可以重製、散佈同埋修改爾份文件。授權條款嘅副本喺章節GNU自由文件授權條款
w:en:Creative Commons
署名 相同方式分享
呢個檔案用共享創意 姓名標示-非商業性-相同方式分享3.0 未本地化版本條款授權。
你可以:
  • 去分享 – 複製、發佈同傳播呢個作品
  • 再改 – 創作演繹作品
要遵照下面嘅條件:
  • 署名 – 你一定要畀合適嘅表彰、畀返指向呢個授權條款嘅連結,同埋寫明有無改過嚟。你可以用任何合理方式去做,但唔可以用任何方式暗示授權人認可咗你或者你嘅使用方式。
  • 相同方式分享 – 如果你用任何方式改過呢個作品,你必須要用返原本或者相似嘅條款發佈。
This licensing tag was added to this file as part of the GFDL licensing update.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

圖中顯示嘅係

creator 英文

some value

author name string 英文Morn the Gorn

4 9 2009

檔案歷史

撳個日期/時間去睇響嗰個時間出現過嘅檔案。

日期/時間縮圖尺寸用戶註解
現時2010年4月6號 (二) 11:49響2010年4月6號 (二) 11:49嘅縮圖版本630 × 450(1.36 MB)Morn{{Information |Description={{en|1=Topologist's sine curve}} |Source={{own}} |Author=Morn the Gorn |Date=2009-09-04 |Permission= |other_versions= }} Category:Trigonometric functions Category:Connectedness

以下嘅1版用到呢個檔:

全域檔案使用情況

下面嘅維基都用緊呢個檔案: