File:Csch sech coth.svg

Wikimedia Commons, 자유로운 미디어 저장소
둘러보기로 이동 검색으로 이동

원본 파일(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
W3C grn 
SVG 파일의 소스 코드 문법이 올바릅니다.
Created with Matplotlib-logo 
벡터 그림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.

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2016년 3월 10일 (목) 23:202016년 3월 10일 (목) 23:20 판의 섬네일504 × 504 (18 KB)Fylwind (토론 | 기여)Try again to fix the clipping problem
2016년 3월 10일 (목) 23:032016년 3월 10일 (목) 23:03 판의 섬네일504 × 504 (31 KB)Fylwind (토론 | 기여)Try to fix SVG clipping bug
2016년 3월 10일 (목) 22:532016년 3월 10일 (목) 22:53 판의 섬네일504 × 504 (22 KB)Fylwind (토론 | 기여)Make the asymptotic behavior more evident from the graph.
2007년 2월 6일 (화) 00:382007년 2월 6일 (화) 00:38 판의 섬네일1,600 × 1,200 (15 KB)Alejo2083 (토론 | 기여)dashed lines
2007년 2월 6일 (화) 00:332007년 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

다음 문서 1개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

메타데이터