File:Csch sech coth.svg
出自Wikimedia Commons
跳至導覽
跳至搜尋
此 SVG 檔案的 PNG 預覽的大小:504 × 504 像素。 其他解析度:240 × 240 像素 | 480 × 480 像素 | 768 × 768 像素 | 1,024 × 1,024 像素 | 2,048 × 2,048 像素。
原始檔案 (SVG 檔案,表面大小:504 × 504 像素,檔案大小:18 KB)
檔案資訊
結構化資料
說明
摘要
[編輯]描述Csch sech coth.svg |
The hyperbolic cosecant (red), hyperbolic secant (green) and hyperbolic cotangent (blue) graphed on the same axes. Replaces Csch sech coth.png.
|
日期 | |
來源 | 自己的作品 |
作者 | 英文維基百科的Fylwind |
SVG開發 InfoField | 本vector image使用Matplotlib創作。 |
原始碼 InfoField | Python codeimport numpy as np
import matplotlib.pyplot as plt
def clip(ys, limit):
return np.ma.masked_where(np.abs(ys) > limit, ys)
lim = 8
size = 5.6
fig, ax = plt.subplots(figsize=(size, size))
xs = np.linspace(-lim, lim, 1000)
ax.plot(xs, clip(1 / np.sinh(xs), lim * 2), label="y = csch(x)",
color="#b30000", linestyle="-", linewidth=2)
ax.plot(xs, 1 / np.cosh(xs), label="y = sech(x)",
color="#00b300", linestyle="--", linewidth=2)
ax.plot(xs, clip(1 / np.tanh(xs), lim * 2), label="y = coth(x)",
color="#0000b3", linestyle="-.", linewidth=2)
ax.set_xlim(-lim, lim)
ax.set_ylim(-lim, lim)
ax.set_xticks([-1, 0, 1])
ax.set_yticks([-1, 0, 1])
ax.set_xlabel("x")
ax.set_ylabel("y")
ax.grid("on")
ax.legend(loc="lower right")
fig.tight_layout()
fig.savefig("csch_sech_coth.svg", transparent=True)
|
授權條款
[編輯]Public domainPublic domainfalsefalse |
我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。 這可能在某些國家不合法,如果是的話: 我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。 |
原始上傳日誌
[編輯](All user names refer to en.wikipedia)
- 2006-03-14 10:38 Ktims 1600×1200×0 (10563 bytes) The hyperbolic cosecant (red), hyperbolic secant (green) and hyperbolic cotangent (blue) graphed on the same axes.
- 2006-03-14 10:35 Ktims 1600×1200×0 (13176 bytes) The hyperbolic cosecant (red), hyperbolic secant (green) and hyperbolic cotangent (blue) graphed on the same axes.
檔案歷史
點選日期/時間以檢視該時間的檔案版本。
日期/時間 | 縮圖 | 尺寸 | 使用者 | 備註 | |
---|---|---|---|---|---|
目前 | 2016年3月10日 (四) 23:20 | 504 × 504(18 KB) | Fylwind(留言 | 貢獻) | Try again to fix the clipping problem | |
2016年3月10日 (四) 23:03 | 504 × 504(31 KB) | Fylwind(留言 | 貢獻) | Try to fix SVG clipping bug | ||
2016年3月10日 (四) 22:53 | 504 × 504(22 KB) | Fylwind(留言 | 貢獻) | Make the asymptotic behavior more evident from the graph. | ||
2007年2月6日 (二) 00:38 | 1,600 × 1,200(15 KB) | Alejo2083(留言 | 貢獻) | dashed lines | ||
2007年2月6日 (二) 00:33 | 1,600 × 1,200(10 KB) | Alejo2083(留言 | 貢獻) | {{Information |Description=The hyperbolic cosecant (red), hyperbolic secant (green) and hyperbolic cotangent (blue) graphed on the same axes. Replaces en::Image:Csch_sech_coth.png. == Instructions == Generated with en:gnuplot using the script |
無法覆蓋此檔案。
檔案用途
下列頁面有用到此檔案:
全域檔案使用狀況
以下其他 wiki 使用了這個檔案:
- ar.wikipedia.org 的使用狀況
- az.wikipedia.org 的使用狀況
- ba.wikipedia.org 的使用狀況
- bg.wikipedia.org 的使用狀況
- bs.wikipedia.org 的使用狀況
- ca.wikipedia.org 的使用狀況
- cs.wikipedia.org 的使用狀況
- el.wikipedia.org 的使用狀況
- en.wikipedia.org 的使用狀況
- eo.wikipedia.org 的使用狀況
- eu.wikipedia.org 的使用狀況
- fa.wikipedia.org 的使用狀況
- hi.wikipedia.org 的使用狀況
- hu.wikipedia.org 的使用狀況
- hy.wikipedia.org 的使用狀況
- id.wikipedia.org 的使用狀況
- is.wikipedia.org 的使用狀況
- it.wikipedia.org 的使用狀況
- km.wikipedia.org 的使用狀況
- ko.wikipedia.org 的使用狀況
- mk.wikipedia.org 的使用狀況
- nn.wikipedia.org 的使用狀況
- ro.wikipedia.org 的使用狀況
- ru.wikipedia.org 的使用狀況
- simple.wikipedia.org 的使用狀況
- si.wikipedia.org 的使用狀況
- sq.wikipedia.org 的使用狀況
- ta.wikipedia.org 的使用狀況
- tr.wikipedia.org 的使用狀況
- vi.wikipedia.org 的使用狀況
- wuu.wikipedia.org 的使用狀況
- zh.wikipedia.org 的使用狀況
詮釋資料
此檔案中包含其他資訊,這些資訊可能是由數位相機或掃描器在建立或數位化過程中所新增的。若檔案自原始狀態已被修改,一些詳細資料可能無法完整反映出已修改的檔案。
寬度 | 403pt |
---|---|
高度 | 403pt |