元のファイル(SVG ファイル、398 × 398 ピクセル、ファイルサイズ: 29キロバイト)

概要

解説
English: Rational function of degree 2 defined by .
日付
原典 投稿者自身による著作物
作者 Krishnavedala
その他のバージョン File:RationalDegree3byXedi.gif
SVG 開発
InfoField
 
このSVGのソースコードは正しい
 
この ベクター画像Matplotlibで作成されました。
ソースコード
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 このファイルはクリエイティブ・コモンズ CC0 1.0 全世界 パブリック・ドメイン提供のもとで利用可能にされています。
ある作品に本コモンズ証を関連づけた者は、その作品について世界全地域において著作権法上認められる、その者が持つすべての権利(その作品に関する権利や隣接する権利を含む。)を、法令上認められる最大限の範囲で放棄して、パブリック・ドメインに提供しています。

この作品は、たとえ営利目的であっても、許可を得ずに複製、改変・翻案、配布、上演・演奏することが出来ます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

6 9 2011

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2011年9月6日 (火) 18:212011年9月6日 (火) 18:21時点における版のサムネイル398 × 398 (29キロバイト)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

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています: