File:Saddle-node phase portrait with central manifold.svg

原始檔案(SVG 檔案,表面大小:720 × 720 像素,檔案大小:35 KB)


摘要

描述
English: Sadle-node singular point phase portrait with one of possible central manifolds

This is a phase portrait of the simple saddle-node equation

Its phase flow looks like:

.

And phase curves can be represented in the form:

Русский: Фазовый портрет седлоузловой особой точки, выделено одно из возможных центральных многообразий
日期
來源 自己的作品
作者 Ilya Voyager
SVG開發
InfoField
 
SVG檔案的原始碼通過W3C驗證
 
vector image使用 version 4.3 of GNU libplot, a free library for exporting 2-D vector graphics.創作。
原始碼
InfoField

SVG code

import graph;
import math;
import metapost;

size(8 inches);
defaultpen(0.45mm);
real yt(real x, pair z0)
{
	return z0.y*exp(1/z0.x-1/x);
}
path trajectory(pair z0, real leftmargin, real rightmargin)
{
	real curleftmargin=leftmargin;
	real currightmargin=rightmargin;
	if(z0.x>0)
	{
		curleftmargin=0.01;
	}
	else
	{
		currightmargin=-0.3;
	}
	return graph(new real(real t) {return yt(t, z0);},curleftmargin, currightmargin);
}

path boundary=(-3,-3)--(3,-3)--(3,3)--(-3,3)--cycle;
path traj;
pair inits[]={
(1,0),
(1,0.5),(1,1),(1,2),(1,6),(1,100),
(1,-0.5),(1,-1),(1,-2),(1,-6), (1,-100),
(-1,0.3),(-1,1),(-1,2),(-1,3),
(-1,-0.3), (-1,-1),(-1,-2),(-1,-3),
(-1,0),
};

draw((-3,0)--(0,0)--trajectory((1,0.5),0,3),p=rgb(1,0.3,0.3)+4.5);
draw((0,-3)--(0,3),p=rgb(0.2,0.8,0.2)+4.5);

arrowsize=new real(pen p=currentpen) {return 3.5mm;};
for(pair z0 : inits)
{
	traj=trajectory(z0, -3, 3);
	traj=lastcut(traj,boundary).before;
	draw(traj, Arrow(position=45));
}
draw((0,0.1)--(0,3), Arrow(4mm, Relative(0.3),filltype=NoFill), Arrow(4mm, Relative(0.32),filltype=NoFill));
draw((0,-0.1)--(0,-3), Arrow(4mm, Relative(0.3), filltype=NoFill), Arrow(4mm, Relative(0.32), filltype=NoFill));

fill(scale(0.06)*unitcircle);

授權條款

Public domain 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2008年11月30日 (日) 20:52於 2008年11月30日 (日) 20:52 版本的縮圖720 × 720(35 KB)Ilya Voyager{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2008年11月30日 (日) 20:44於 2008年11月30日 (日) 20:44 版本的縮圖720 × 720(34 KB)Ilya Voyager{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2008年11月30日 (日) 20:05於 2008年11月30日 (日) 20:05 版本的縮圖720 × 720(35 KB)Ilya Voyager{{Information |Description={{en|1=Sadle-node singular point phase portrait with one of possible central manifolds}} {{ru|1=Фазовый портрет седлоузловой особой точки, выделено одно из возможных ц

下列4個頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料