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

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

சுருக்கம்

விளக்கம்
English: Rational function of degree 2 defined by .
நாள்
மூலம் சொந்த முயற்சி
ஆசிரியர் Krishnavedala
ஒத்தக்கோப்பு File:RationalDegree3byXedi.gif
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

from numpy import *
from matplotlib.pyplot import *
from mpl_toolkits.axes_grid.axislines import SubplotZero

xlim,ylim = 10,10
x1 = linspace(-xlim,-sqrt(5.))
x2 = linspace(-sqrt(4.99),sqrt(4.99))
x3 = linspace(sqrt(5.01),xlim)
y = lambda x: .5*(x**3 - 2.*x) / (x**2 - 5.)

fig = figure(figsize=(5,5))
ax = SubplotZero(fig,111)
fig.add_subplot(ax)

for direction in ["xzero","yzero"]:
        ax.axis[direction].set_visible(True)
        ax.axis[direction].set_axisline_style("->")
for direction in ["top","bottom","left","right"]:
        ax.axis[direction].set_visible(False)
ax.axis["yzero"].set_axis_direction("left")
ax.grid(False)
ax.minorticks_on()

ax.plot(x1,y(x1),'b')
ax.plot(x2,y(x2),'b')
ax.plot(x3,y(x3),'b')
ax.arrow(-10,-5,20,10,color='k',lw=.5,ls='dashed')
ax.arrow(-sqrt(5.),-ylim,0.,2.*ylim+1,color='k',lw=.5,ls='dashed')
ax.arrow(sqrt(5.),-ylim,0.,2.*ylim+1,color='k',lw=.5,ls='dashed')
ax.set_ylim(-ylim,ylim)

fig.savefig("RationalDegree3.svg",bbox_inches="tight",pad_inches=.15)

அனுமதி

இந்த ஆக்கத்தின் காப்புரிமையாளரான நான் இதனைப் பின்வரும் உரிமத்தின் கீழ் வெளியிடுகின்றேன்:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

some value

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

6 செப்டெம்பர் 2011

source of file ஆங்கிலம்

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

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

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

நாள்/நேரம்நகம் அளவு சிறுபடம்அளவுகள்பயனர்கருத்து
தற்போதைய18:21, 6 செப்டெம்பர் 201118:21, 6 செப்டெம்பர் 2011 இலிருந்த பதிப்புக்கான சிறு தோற்றம்398 × 398 (29 KB)Krishnavedala{{Information |Description ={{en|1=Rational function of degree 2 defined by <math>y = \frac{x^3-2x}{2\left(x^2-5\right)}</math>. Created in python.}} |Source ={{own}} |Author =[[User:Krishnavedala|Kr

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

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

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

  • bn.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • en.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • en.wikibooks.org-திட்டத்தில் இதன் பயன்பாடு
  • es.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • id.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • ja.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • ro.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • uk.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • vi.wikipedia.org-திட்டத்தில் இதன் பயன்பாடு
  • www.wikidata.org-திட்டத்தில் இதன் பயன்பாடு
"https://ta.wikipedia.org/wiki/படிமம்:RationalDegree3.svg" இலிருந்து மீள்விக்கப்பட்டது