Dosya:Sinh cosh tanh.svg

Sayfa içeriği diğer dillerde desteklenmemektedir.
Vikipedi, özgür ansiklopedi

Tam çözünürlük(SVG dosyası, sözde 504 × 504 piksel, dosya boyutu: 17 KB)


Özet

Açıklama

The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.

Replaces en:Image:sinh cosh tanh.png

Instructions
Generated with en:Matplotlib using the script below. Edited using en:Inkscape to fix clipping issues.
Tarih
Kaynak Yükleyenin kendi çalışması
Yazar Fylwind at İngilizce Vikipedi
SVG gelişimi
InfoField
 
Bu SVG kaynak kodu geçerlidir.
 
Bu vektörel grafik Matplotlib ile oluşturuldu.
Kaynak kodu
InfoField

Python code

import numpy as np
import matplotlib.pyplot as plt

lim = 8
size = 5.6
fig, ax = plt.subplots(figsize=(size, size))
xs = np.linspace(-lim, lim, 1000)
ax.plot(xs, np.sinh(xs), label="y = sinh(x)",
        color="#b30000", linestyle="-", linewidth=2)
ax.plot(xs, np.cosh(xs), label="y = cosh(x)",
        color="#00b300", linestyle="--", linewidth=2)
ax.plot(xs, np.tanh(xs), label="y = tanh(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("sinh_cosh_tanh.svg", transparent=True)

Lisanslama

Public domain Ben, bu işin telif sahibi, bu işi kamu malı olarak yayınlıyorum. Bu dünya çapında geçerlidir.
Bazı ülkelerde bu yasal olarak mümkün olmayabilir; öyleyse:
Ben, bu işi herhangi bir amaç için, herhangi bir şart olmaksızın, yasalarca gerekli olmadıkça, herkesin kullanmasına izin veriyorum.

Orijinal yükleme günlüğü

Dosyanın orjinal açıklama sayfası burada bulunmaktadır. Aşağıdaki tüm kullanıcı adları için en.wikipedia bakın.
  • 2006-03-14 10:22 Ktims 1600×1200×0 (8934 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
  • 2006-03-14 10:21 Ktims 1600×1200×0 (8965 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
  • 2006-03-14 10:15 Ktims 1600×1200×0 (8967 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
  • 2006-03-14 10:15 Ktims 1600×1200×0 (8980 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
  • 2006-03-14 10:14 Ktims 1600×1200×0 (8902 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.

Altyazılar

Bu dosyanın temsil ettiği şeyin tek satırlık açıklamasını ekleyin.

Bu dosyada gösterilen öğeler

betimlenen

10 Mart 2016

Dosya geçmişi

Dosyanın herhangi bir zamandaki hâli için ilgili tarih/saat kısmına tıklayın.

Tarih/SaatKüçük resimBoyutlarKullanıcıYorum
güncel23.27, 10 Mart 201623.27, 10 Mart 2016 tarihindeki sürümün küçültülmüş hâli504 × 504 (17 KB)FylwindMake asymptotics more evident.
00.39, 6 Şubat 200700.39, 6 Şubat 2007 tarihindeki sürümün küçültülmüş hâli1.600 × 1.200 (13 KB)Alejo2083dashed lines
00.31, 6 Şubat 200700.31, 6 Şubat 2007 tarihindeki sürümün küçültülmüş hâli1.600 × 1.200 (9 KB)Alejo2083{{Information |Description=The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes. Replaces en::Image:sinh cosh tanh.png == Instructions == Generated with the following en:gnuplot source. XM

Bu görüntü dosyasına bağlantısı olan sayfalar:

Küresel dosya kullanımı

Aşağıdaki diğer vikiler bu dosyayı kullanır:

Meta veri