ملف:Csch sech coth.svg

الملف الأصلي(ملف SVG، أبعاده 504 × 504 بكسل، حجم الملف: 18 كيلوبايت)

ملخص

الوصف

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 
الشيفرة المصدرية لهذا الرسم المتجه صالحة.
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

7c55f7f62d7a7ffee1b4f9864929771d5ba9c527

طريقة الاستدلال: SHA-1 الإنجليزية

١٧٬٩٨٤ بايت

٥٠٤ بكسل

٥٠٤ بكسل

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي23:20، 10 مارس 2016تصغير للنسخة بتاريخ 23:20، 10 مارس 2016504 × 504 (18 كيلوبايت)FylwindTry again to fix the clipping problem
23:03، 10 مارس 2016تصغير للنسخة بتاريخ 23:03، 10 مارس 2016504 × 504 (31 كيلوبايت)FylwindTry to fix SVG clipping bug
22:53، 10 مارس 2016تصغير للنسخة بتاريخ 22:53، 10 مارس 2016504 × 504 (22 كيلوبايت)FylwindMake the asymptotic behavior more evident from the graph.
00:38، 6 فبراير 2007تصغير للنسخة بتاريخ 00:38، 6 فبراير 20071٬600 × 1٬200 (15 كيلوبايت)Alejo2083dashed lines
00:33، 6 فبراير 2007تصغير للنسخة بتاريخ 00:33، 6 فبراير 20071٬600 × 1٬200 (10 كيلوبايت)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

الصفحة التالية تستخدم هذا الملف:

الاستخدام العالمي للملف

الويكيات الأخرى التالية تستخدم هذا الملف:

بيانات وصفية