File:Small-angle approximation for sine function.svg
出自Wikimedia Commons
跳至導覽
跳至搜尋
此 SVG 檔案的 PNG 預覽的大小:720 × 540 像素。 其他解析度:320 × 240 像素 | 640 × 480 像素 | 1,024 × 768 像素 | 1,280 × 960 像素 | 2,560 × 1,920 像素。
原始檔案 (SVG 檔案,表面大小:720 × 540 像素,檔案大小:36 KB)
檔案資訊
結構化資料
說明
摘要
[編輯]描述Small-angle approximation for sine function.svg |
English: Diagram showing the small-angle approximation of the sine function. |
日期 | |
來源 | 自己的作品 |
作者 | Stephan Kulla (User:Stephan Kulla) |
其他版本 |
|
SVG開發 InfoField | 本向量圖形使用Matplotlib創作。 |
原始碼 InfoField | Python codeimport matplotlib.pyplot as plt
import numpy as np
from mpl_toolkits.axes_grid1.inset_locator import zoomed_inset_axes, mark_inset
xs = np.linspace(-7, 7, 10001)
sin_ys = np.sin(xs)
f, ax = plt.subplots()
ax.plot(xs,sin_ys, label="$\\sin(x)$")
ax.plot(xs, xs, label="$f(x)=x$")
ax.set_xlim(-7,7)
ax.set_ylim(-1.6,1.6)
ax.legend(loc=2)
axins = zoomed_inset_axes(ax,3.1,loc=4)
axins.plot(xs,sin_ys)
axins.plot(xs,xs)
axins.set_xlim(-0.6,0.6)
axins.set_ylim(-0.5,0.5)
mark_inset(ax, axins, loc1=3, loc2=2, fc="0.95", ec="0.7")
plt.xticks(visible=False)
plt.yticks(visible=False)
plt.savefig("Small-angle approximation for sine function.svg")
|
授權條款
[編輯]我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。 | |
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
檔案歷史
點選日期/時間以檢視該時間的檔案版本。
日期/時間 | 縮圖 | 尺寸 | 用戶 | 備註 | |
---|---|---|---|---|---|
目前 | 2016年8月11日 (四) 08:44 | 720 × 540(36 KB) | Stephan Kulla(對話 | 貢獻) | User created page with UploadWizard |
無法覆蓋此檔案。
檔案用途
全域檔案使用狀況
以下其他 wiki 使用了這個檔案:
- da.wikipedia.org 的使用狀況
- de.wikipedia.org 的使用狀況
- de.wikibooks.org 的使用狀況
- en.wikipedia.org 的使用狀況
- es.wikipedia.org 的使用狀況
- fa.wikipedia.org 的使用狀況
- fi.wikibooks.org 的使用狀況
- fr.wikipedia.org 的使用狀況
- it.wikipedia.org 的使用狀況
- uk.wikipedia.org 的使用狀況
- zh.wikipedia.org 的使用狀況
詮釋資料
此檔案中包含其他資訊,這些資訊可能是由數位相機或掃描器在建立或數位化過程中所新增的。若檔案自原始狀態已被修改,一些詳細資料可能無法完整反映出已修改的檔案。
寬度 | 576pt |
---|---|
高度 | 432pt |