Image:Stability region for AB2 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 second-order Adams-Bashforth method.

Source

self-made using Matlab (see source below)

Date

22:56, 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;
phi1 = 1/2 * (1 + 3/2*Z + sqrt(1+Z+9/4*Z.^2));
phi2 = 1/2 * (1 + 3/2*Z - sqrt(1+Z+9/4*Z.^2));
contourf(X,Y,1-max(abs(phi1),abs(phi2)), [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 'ab2_lsd_tmp.png';
system('convert -trim -bordercolor white -border 10 +repage ab2_lsd_tmp.png ab2_lsd.png');

File history

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

Date/TimeDimensionsUserComment
current22:56, 7 June 20071,036×815 (8 KB)Jitse Niesen ({{Information |Description=Stability region of the second-order Adams-Bashforth 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):