Image:Stability region for Euler method.png

From Wikipedia, the free encyclopedia

Wikimedia Commons logo This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

[edit] Summary

Description

Stability region of the explicit Euler method.

Source

self-made using Matlab (see source below)

Date

22:59, 7 June 2007 (UTC)

Author

Jitse Niesen

Permission
(Reusing this image)

see below


[edit] Licensing

Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.


Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Български | Català | Česky | Cymraeg | Dansk | Deutsch | Eʋegbe | Ελληνικά | English | Español | Esperanto | Euskara | Estremeñu | فارسی | Français | Galego | 한국어 | हिन्दी | Hrvatski | Ido | Bahasa Indonesia | Íslenska | Italiano | עברית | Kurdî / كوردی | Latina | Lietuvių | Latviešu | Magyar | Македонски | Bahasa Melayu | Nederlands | ‪Norsk (bokmål)‬ | ‪Norsk (nynorsk)‬ | 日本語 | Polski | Português | Ripoarisch | Română | Русский | Shqip | Slovenčina | Slovenščina | Српски / Srpski | Svenska | ไทย | Tagalog | Türkçe | Українська | Tiếng Việt | Walon | ‪中文(简体)‬ | ‪中文(繁體)‬ | zh-yue-hant | +/-

[edit] Matlab code

clf;
[X,Y] = meshgrid(linspace(-3,2), linspace(-2,2));
Z = X+Y*1i;
phi = 1+Z;
contourf(X,Y,1-abs(phi), [0 0], 'LineWidth', 1);
set(gca, 'FontSize', 20, 'CLim', [0 1]);
colormap([1 .5 .8; 0 0 0]);
hold on;
plot([-3 2], [0 0], '--k', 'LineWidth', 1);
plot([0 0], [-2 2], '--k', 'LineWidth', 1);
print -dpng 'euler_lsd_tmp.png';
system('convert -trim -bordercolor white -border 10 +repage euler_lsd_tmp.png euler_lsd.png');

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current22:59, 7 June 20071,036×815 (9 KB)Jitse Niesen ({{Information |Description=Stability region of the explicit Euler method. |Source=self-made using Matlab (see source below) |Date=~~~~~ |Author= Jitse Niesen }} )
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):