File:Csch sech coth.svg

页面内容不支持其他语言。
出自维基百科,自由个百科全书

原始文件(SVG文件,名义大小:504×504像素,文件大小:18 KB)

箇文件维基共享资源里个,作兴会畀别个项目使用。渠个描述页里个说明显示如下。

小结

描述

The hyperbolic cosecant (red), hyperbolic secant (green) and hyperbolic cotangent (blue) graphed on the same axes.

Replaces Csch sech coth.png.

Instructions
Generated with en:Matplotlib using the script below. Edited using en:Inkscape to fix clipping issues.
日脚
来源 自家个作品
作者 英语维基百科Fylwind
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Matplotlib创作。
源代码
InfoField

Python code

import 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 domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

原始上传日志

(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.

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描绘内容 简体中文

文件来源 简体中文

成立或创建时间 简体中文

10 3 2016

文件历史

揿一个日脚/辰光来望当时出现过个文件。

日脚 / 辰光微缩图维度用户备注
当前2016年3月11号 (五) 07:20于2016年3月11号 (五) 07:20个缩图版本504 × 504(18 KB)FylwindTry again to fix the clipping problem
2016年3月11号 (五) 07:03于2016年3月11号 (五) 07:03个缩图版本504 × 504(31 KB)FylwindTry to fix SVG clipping bug
2016年3月11号 (五) 06:53于2016年3月11号 (五) 06:53个缩图版本504 × 504(22 KB)FylwindMake the asymptotic behavior more evident from the graph.
2007年2月6号 (两) 08:38于2007年2月6号 (两) 08:38个缩图版本1,600 × 1,200(15 KB)Alejo2083dashed lines
2007年2月6号 (两) 08:33于2007年2月6号 (两) 08: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

下向许1张用着箇文件:

全域文件用场

下底个其他wiki使用箇只文件:

元数据