மூலக்கோப்பு(SVG கோப்பு, பெயரளவில் 389 × 530 பிக்சல்கள், கோப்பு அளவு: 72 KB)

இது விக்கிமீடியா பொதுக்கோப்பகத்தில் இருக்கும் ஒரு கோப்பாகும். இக்கோப்பைக் குறித்து அங்கே காணப்படும் படிம விளக்கப் பக்கத்தை இங்கே கீழே காணலாம்.
பொதுக்கோப்பகம் ஒரு கட்டற்ற கோப்புகளின் சேமிப்பகமாகும். நீங்களும் உதவலாம்.

சுருக்கம்

விளக்கம்
English: Hyperbolic functions can be defined by exponential functions. This graph shows that the hyperbolic cosine function is an average of exponential functions as . Created using python and matplotlib library.
நாள்
மூலம் சொந்த முயற்சி
ஆசிரியர் Krishnavedala
ஒத்தக்கோப்பு File:Hyperbolic_and_exponential;_cosh.png
SVG genesis
InfoField
W3C grn 
The SVG code is valid.
Created with Matplotlib-logo 
This plot was created with Matplotlib.
Source code
InfoField

Python code

Source code
from numpy import linspace, append
from math import cosh, exp
from matplotlib.pyplot import *
from mpl_toolkits.axes_grid.axislines import SubplotZero

fig = figure(figsize=(5,7))
ax = SubplotZero(fig,111)
fig.add_subplot(ax)
ax.grid(True)
ax.set_ylim((-1,15))
for direction in ["xzero","yzero"]:
	ax.axis[direction].set_axisline_style("->")
	ax.axis[direction].set_visible(True)
for direction in ["left","right","bottom","top"]:
	ax.axis[direction].set_visible(False)

t = linspace(-3,3,50)
H0,H1,H2 = [],[],[]
for i in t:
	H0 = append(H0,cosh(i))
	H1 = append(H1,exp(i))
	H2 = append(H2,exp(-i))
ax.plot(t,H0,label=r"$\mathrm{cosh}(x)$")
ax.plot(t,H1,label=r"$e^x$")
ax.plot(t,H2,label=r"$e^{-x}$")

t = linspace(-2.5,2.5,11)
for i in t:
	H0 = cosh(i)
	H1 = exp(i)
	H2 = exp(-i)
	ax.plot([i,i,i],[H0,H1,H2],'yo-.')
ax.text(3,0.5,r"x")
ax.text(-0.5,14.5,r"y")
ax.legend(frameon=False)
ax.minorticks_on()
#fig.show()
fig.savefig("Hyperbolic_and_exponential;_cosh.png",bbox_inches="tight",\
	pad_inches=.15)

அனுமதி

இந்த ஆக்கத்தின் காப்புரிமையாளரான நான் இதனைப் பின்வரும் உரிமத்தின் கீழ் வெளியிடுகின்றேன்:
w:ta:கிரியேட்டிவ் காமன்ஸ்
பண்புக்கூறுகள் அதே மாதிரி பகிர்
இந்த கோப்பு Creative Commons Attribution-Share Alike 3.0 Unported உரிமத்தின் கீழ் உள்ளது.
நீங்கள் சுதந்திரமாக:
  • பகிர்ந்து கொள்ள – வேலையை நகலெடுக்க, விநியோகிக்க மற்றும் அனுப்ப
  • மீண்டும் கலக்க – வேலைக்கு பழகிக்கொள்ள.
கீழ்க்காணும் விதிகளுக்கு ஏற்ப,
  • பண்புக்கூறுகள் – நீங்கள் பொருத்தமான உரிமையை வழங்க வேண்டும், உரிமத்திற்கான இணைப்பை வழங்க வேண்டும் மற்றும் மாற்றங்கள் செய்யப்பட்டிருந்தால் குறிப்பிட வேண்டும். நீங்கள் ஏற்புடைய எந்த முறையிலும் அவ்வாறு செய்யலாம், ஆனால் எந்த வகையிலும் உரிமதாரர் உங்களை அல்லது உங்கள் பயன்பாட்டிற்கு ஒப்புதல் அளிக்கும் படி பரிந்துரைக்க கூடாது.
  • அதே மாதிரி பகிர் – நீங்கள் ரீமிக்ஸ் செய்தாலோ, உருமாற்றம் செய்தாலோ அல்லது பொருளை உருவாக்கினாலோ, உங்கள் பங்களிப்புகளை அல்லது இணக்கமான உரிமம் கீழ் அசலாக விநியோகிக்க வேண்டும்.
GNU head GNU Free Documentation License விதிமுறைகளின் கீழ் இந்த ஆவணத்தை நகலெடுக்க, விநியோகிக்க மற்றும்/அல்லது மாற்றுவதற்கு அனுமதி வழங்கப்பட்டுள்ளது, Free Software Foundation;ஆல் வெளியிடப்பட்ட பதிப்பு 1.2 அல்லது அதற்குப் பிந்தைய பதிப்பு, மாற்றமில்லாத பிரிவுகள், முன் அட்டை உரைகள் மற்றும் பின் அட்டை உரைகள் இல்லாமல் வெளியிடப்பட்டது. GNU Free Documentation License என்ற தலைப்பில் உரிமத்தின் நகல் சேர்க்கப்பட்டுள்ளது.
நீர் உமக்கு விருப்பமான உரிமத்தை தேர்ந்தெடுக்கலாம்.

Captions

Add a one-line explanation of what this file represents

some value

author name string ஆங்கிலம்: Krishnavedala
Wikimedia username ஆங்கிலம்: Krishnavedala

copyright status ஆங்கிலம்

copyrighted ஆங்கிலம்

source of file ஆங்கிலம்

original creation by uploader ஆங்கிலம்

4 சூன் 2011

கோப்பின் வரலாறு

குறித்த நேரத்தில் இருந்த படிமத்தைப் பார்க்க அந்நேரத்தின் மீது சொடுக்கவும்.

நாள்/நேரம்நகம் அளவு சிறுபடம்அளவுகள்பயனர்கருத்து
தற்போதைய11:59, 4 சூன் 201111:59, 4 சூன் 2011 இலிருந்த பதிப்புக்கான சிறு தோற்றம்389 × 530 (72 KB)Krishnavedala{{Information |Description ={{en|1=Hyperbolic functions can be defined by exponential functions: {| |- | style="vertical-align:top;"|[[:File:Hyperbolic and exponential; cosh.png|thumb|300px|cosh(x) i

பின்வரும் பக்க இணைப்புகள் இப் படிமத்துக்கு இணைக்கபட்டுள்ளது(ளன):

கோப்பின் முழுமையான பயன்பாடு

கீழ்கண்ட மற்ற விக்கிகள் இந்த கோப்பை பயன்படுத்துகின்றன:

"https://ta.wikipedia.org/wiki/படிமம்:Hyperbolic_and_exponential;_cosh.svg" இலிருந்து மீள்விக்கப்பட்டது