File:Simple jump in slow-fast systems.svg
From Wikimedia Commons, the free media repository
Simple_jump_in_slow-fast_systems.svg (SVG file, nominally 720 × 720 pixels, file size: 662 KB)
[edit] Summary
| Description |
English: Phase portrait of the jump in en:slow-fast systems
Русский: Фазовый портрет простого срыва в быстро-медленных системах
|
|---|---|
| Date |
7 April 2009 |
| Source |
Own work |
| Author | |
| Permission (Reusing this image) |
See below. |
This is a phase portrait of the following system:
where
. See the code below
[edit] Licensing
[edit] Asymptote code
| This vector image was created with Asymptote. I, the copyright holder of the source code, hereby release it to the public domain. |
import graph; import math; import metapost; size(8 inches); defaultpen(0.45mm); path phasecurve(pair v(pair z), pair z0, real T, real step=0.01, real MAX=3) { real direction=(T>0?1:-1); real t; T=abs(T); path ret=z0; pair cur_z=z0; for(t=0;t<T;t+=step) { cur_z=cur_z+v(cur_z)*step*direction; if(abs(cur_z.x)>MAX || abs(cur_z.y)>MAX) { return ret; } ret=ret..cur_z; } return ret; } pair slowfast(pair z) { real eps=0.1; return (eps,-(z.y*z.y+z.x-2)); } path boundary=(-3,-3)--(3,-3)--(3,3)--(-3,3)--cycle; draw(boundary); pair[] inits={ (-2,3), (-1,3), (0,3), (1,3), (2,3), (2.5, 3), (-2,-1),(-1,-1),(0,-1),(1,-1),(1,-0.8), (-2,-2.1),(-1,-2),(0,-1.7),(1.5,-0.5),(1.7,-0.6) }; for (pair init: inits) { draw(phasecurve(slowfast,init,15),Arrow(4mm, Relative(0.3))); } draw(firstcut(graph(new pair(real t){return (2-t*t,t);},-3,0),boundary).after, p=rgb(1,0.0,0.0)); draw(lastcut (graph(new pair(real t){return (2-t*t,t);}, 0,3),boundary).before,p=rgb(0.2,0.8,0.2)); xaxis("${y}$",BottomTop,p=fontsize(30),EndArrow); yaxis("${x}$",LeftRight,p=fontsize(30),EndArrow);
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 02:38, 7 April 2009 | 720×720 (662 KB) | Ilya Voyager (Talk | contribs) | ({{Information |Description={{en|1=Phase portrait of the jump in en:slow-fast systems}} {{ru|1=Фазовый портрет простого срыва в [[ru:быстро-медленная система|быстро-медленных систем) |
- Edit this file using an external application (See the setup instructions for more information)
File links
There are no pages that link to this file.
