پرونده:Sinh cosh tanh.svg

Page contents not supported in other languages.
از ویکی‌پدیا، دانشنامهٔ آزاد

پروندهٔ اصلی(پروندهٔ اس‌وی‌جی، با ابعاد ۵۰۴ × ۵۰۴ پیکسل، اندازهٔ پرونده: ۱۷ کیلوبایت)

خلاصه

توضیح

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.
تاریخ
منبع اثر شخصی
پدیدآور Fylwind در ویکی‌پدیا انگلیسی
SVG genesis
InfoField
 
کد مبدأ این پروندهٔ گرافیک برداری مقیاس‌پذیر، معتبر.
 
این گرافیک با Matplotlib ساخته شده است
کد منبع
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)

اجازه‌نامه

Public domain من، دارنده حق تکثیر این اثر، این اثر را به مالکیت عمومی منتشر می‌کنم. این قابل اجرا در تمام نقاط جهان است.
در برخی از کشورها ممکن است به صورت قانونی این امکان‌پذیر نباشد؛ اگر چنین است:
من اجازهٔ استفاده از این اثر را برای هر مقصودی، بدون هیچ‌گونه شرایطی می‌دهم، تا وقتی که این شرایط توسط قانون مستلزم نشده باشد.

سیاهه بارگذاری اصلی

صفحهٔ اصلی توضیحات اینجابود. همهٔ نام‌های کاربر زیر به en.wikipedia اشاره دارند.
  • 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.

عنوان

شرحی یک‌خطی از محتوای این فایل اضافه کنید

آیتم‌هایی که در این پرونده نمایش داده شده‌اند

توصیف‌ها

source of file انگلیسی

تاریخچهٔ پرونده

روی تاریخ/زمان‌ها کلیک کنید تا نسخهٔ مربوط به آن هنگام را ببینید.

تاریخ/زمانبندانگشتیابعادکاربرتوضیح
کنونی‏۱۰ مارس ۲۰۱۶، ساعت ۲۳:۲۷تصویر بندانگشتی از نسخهٔ مورخ ‏۱۰ مارس ۲۰۱۶، ساعت ۲۳:۲۷۵۰۴ در ۵۰۴ (۱۷ کیلوبایت)FylwindMake asymptotics more evident.
‏۶ فوریهٔ ۲۰۰۷، ساعت ۰۰:۳۹تصویر بندانگشتی از نسخهٔ مورخ ‏۶ فوریهٔ ۲۰۰۷، ساعت ۰۰:۳۹۱٬۶۰۰ در ۱٬۲۰۰ (۱۳ کیلوبایت)Alejo2083dashed lines
‏۶ فوریهٔ ۲۰۰۷، ساعت ۰۰:۳۱تصویر بندانگشتی از نسخهٔ مورخ ‏۶ فوریهٔ ۲۰۰۷، ساعت ۰۰:۳۱۱٬۶۰۰ در ۱٬۲۰۰ (۹ کیلوبایت)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

صفحهٔ زیر از این تصویر استفاده می‌کند:

کاربرد سراسری پرونده

ویکی‌های دیگر زیر از این پرونده استفاده می‌کنند:

فراداده