ගොනුව:Csch sech coth.svg

Page contents not supported in other languages.
විකිපීඩියා වෙතින්

මුල් ගොනුව(SVG ගොනුව, නාමමාත්‍රිකව 504 × 504 පික්සල්, ගොනු විශාලත්වය: 18 කි.බ.)

මෙම ගොනුව Wikimedia Commons වෙතින් වන අතර අනෙකුත් ව්‍යාපෘතීන් විසින්ද භාවිතා කල හැක. එහි ගොනු විස්තර පිටුව තුල අඩංගු විස්තර මෙහි පහත දැක්වෙයි.

සාරාංශය

විස්තරය

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 at ඉංග්‍රීසි විකිපීඩියා
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
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 මම, මෙම කාර්යයේ ප්‍රතිරූපණ අයිති හිමිකරු, මෙම කාර්යය 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.

Captions

මෙම ගොනුව නිරූපණය කරන්නෙඑ කුමක්දැයි තනි පේළියේ පැහැදිළි කිරීමක් එක් කරන්න.

Items portrayed in this file

depicts ඉංග්‍රීසි

copyright status ඉංග්‍රීසි

copyrighted ඉංග්‍රීසි

copyright license ඉංග්‍රීසි

source of file ඉංග්‍රීසි

original creation by uploader ඉංග්‍රීසි

inception ඉංග්‍රීසි

10 මාර්තු 2016

ගොනු ඉතිහාසය

එම අවස්ථාවෙහිදී ගොනුව පැවැති ආකාරය නැරඹීමට දිනය/වේලාව මත ක්ලික් කරන්න.

දිනය/වේලාවකුඩා-රූපයමානපරිශීලකපරිකථනය
වත්මන්23:20, 10 මාර්තු 2016 23:20, 10 මාර්තු 2016වන විට අනුවාදය සඳහා කුඩා-රූපය504 × 504 (18 කි.බ.)FylwindTry again to fix the clipping problem
23:03, 10 මාර්තු 2016 23:03, 10 මාර්තු 2016වන විට අනුවාදය සඳහා කුඩා-රූපය504 × 504 (31 කි.බ.)FylwindTry to fix SVG clipping bug
22:53, 10 මාර්තු 2016 22:53, 10 මාර්තු 2016වන විට අනුවාදය සඳහා කුඩා-රූපය504 × 504 (22 කි.බ.)FylwindMake the asymptotic behavior more evident from the graph.
00:38, 6 පෙබරවාරි 2007 00:38, 6 පෙබරවාරි 2007වන විට අනුවාදය සඳහා කුඩා-රූපය1,600 × 1,200 (15 කි.බ.)Alejo2083dashed lines
00:33, 6 පෙබරවාරි 2007 00:33, 6 පෙබරවාරි 2007වන විට අනුවාදය සඳහා කුඩා-රූපය1,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

පහත දැක්වෙන පිටු 2 ක් විසින් මෙම ගොනුව භාවිතා කෙරෙයි:

ගෝලීය ගොනු භාවිතය

පහත දැක්වෙන අනෙකුත් විකියන් මගින් මෙම ගොනුව භාවිතා කරයි:

පාරදත්ත

"https://si.wikipedia.org/wiki/ගොනුව:Csch_sech_coth.svg" වෙතින් සම්ප්‍රවේශනය කෙරිණි