Faylın orijinalı(SVG faylı, nominal olaraq 504 × 504 piksel, faylın ölçüsü: 18 KB)

Bu fayl "Vikimedia Commons"dadır
və digər layihələrdə istifadə edilə bilər.
təsvir səhifəsi
təsvir səhifəsi
Faylın təsvir səhifəsinə get

Xülasə

İzah

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.
Tarix
Mənbə Öz işi
Müəllif Fylwind at ingilis Vikipediya
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Mənbə kodu
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)

Lisenziya

Public domain Mən, bu əsərin müəllif hüquqlarının sahibi kimi, əsəri ictimai mülkiyyətə verirəm. Bu icazə bütün dünyada qüvvədədir.
In some countries this may not be legally possible; if so:
Bunun qanunla mümkün olmadığı hallarda:

İstənilən şəxsə, istənilən məqsəd üçün, qanunlar tərəfindən qadağan edilməyincə, heç bir şərt qoymadan bu işdən istifadə haqqını bağışlayıram.

Orijinal yükləmə gündəliyi

(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

təsvir edir

10 mart 2016

Faylın tarixçəsi

Faylın əvvəlki versiyasını görmək üçün gün/tarix bölməsindəki tarixlərə klikləyin.

Tarix/VaxtKiçik şəkilÖlçülərİstifadəçiŞərh
indiki23:20, 10 mart 201623:20, 10 mart 2016 tarixindəki versiyanın kiçildilmiş görüntüsü504 × 504 (18 KB)FylwindTry again to fix the clipping problem
23:03, 10 mart 201623:03, 10 mart 2016 tarixindəki versiyanın kiçildilmiş görüntüsü504 × 504 (31 KB)FylwindTry to fix SVG clipping bug
22:53, 10 mart 201622:53, 10 mart 2016 tarixindəki versiyanın kiçildilmiş görüntüsü504 × 504 (22 KB)FylwindMake the asymptotic behavior more evident from the graph.
00:38, 6 fevral 200700:38, 6 fevral 2007 tarixindəki versiyanın kiçildilmiş görüntüsü1.600 × 1.200 (15 KB)Alejo2083dashed lines
00:33, 6 fevral 200700:33, 6 fevral 2007 tarixindəki versiyanın kiçildilmiş görüntüsü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

Aşağıdakı səhifə bu faylı istifadə edir:

Faylın qlobal istifadəsi

Bu fayl aşağıdakı vikilərdə istifadə olunur:

Metaməlumatlar