Berkas:Csch sech coth.svg

Konten halaman tidak didukung dalam bahasa lain.
Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

Ukuran asli(Berkas SVG, secara nominal 504 × 504 piksel, besar berkas: 18 KB)

Berkas ini berasal dari Wikimedia Commons dan mungkin digunakan oleh proyek-proyek lain. Deskripsi dari halaman deskripsinya ditunjukkan di bawah ini.

Ringkasan

Deskripsi

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.
Tanggal
Sumber Karya sendiri
Pembuat Fylwind di Wikipedia bahasa Inggris
SVG genesis
InfoField
 
The SVG code is valid.
 
Gambar vektor ini dibuat menggunakan Matplotlib
Kode sumber
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)

Lisensi

Public domain Saya, pemegang hak cipta karya ini, merilis karya ini ke domain umum. Lisensi ini berlaku di seluruh dunia.
Di sejumlah negara, tindakan ini tidak memungkinkan secara sah; bila seperti itu:
Saya memberikan siapa pun hak untuk menggunakan karya ini untuk tujuan apa pun, tanpa persyaratan apa pun, kecuali yang ditetapkan oleh hukum.

Log pengunggahan asli

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

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

menggambarkan

10 Maret 2016

image/svg+xml

checksum Inggris

7c55f7f62d7a7ffee1b4f9864929771d5ba9c527

17.984 Bita

504 piksel

504 piksel

Riwayat berkas

Klik pada tanggal/waktu untuk melihat berkas ini pada saat tersebut.

Tanggal/WaktuMiniaturDimensiPenggunaKomentar
terkini10 Maret 2016 23.20Miniatur versi sejak 10 Maret 2016 23.20504 × 504 (18 KB)FylwindTry again to fix the clipping problem
10 Maret 2016 23.03Miniatur versi sejak 10 Maret 2016 23.03504 × 504 (31 KB)FylwindTry to fix SVG clipping bug
10 Maret 2016 22.53Miniatur versi sejak 10 Maret 2016 22.53504 × 504 (22 KB)FylwindMake the asymptotic behavior more evident from the graph.
6 Februari 2007 00.38Miniatur versi sejak 6 Februari 2007 00.381.600 × 1.200 (15 KB)Alejo2083dashed lines
6 Februari 2007 00.33Miniatur versi sejak 6 Februari 2007 00.331.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

Halaman berikut menggunakan berkas ini:

Penggunaan berkas global

Wiki lain berikut menggunakan berkas ini:

Metadata