File:Stability region for AB2 method.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file (1,036 × 815 pixels, file size: 8 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description Stability region of the second-order Adams-Bashforth method.
Date (UTC)
Source self-made using Matlab (see source below)
Author Jitse Niesen

Licensing

[edit]
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Matlab code

[edit]
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:Stability region for AB2 method.svg is a vector version of this file. It should be used in place of this PNG file when not inferior.

File:Stability region for AB2 method.png → File:Stability region for AB2 method.svg

For more information, see Help:SVG.

In other languages
Alemannisch  العربية  беларуская (тарашкевіца)  български  বাংলা  català  нохчийн  čeština  dansk  Deutsch  Ελληνικά  English  British English  Esperanto  español  eesti  euskara  فارسی  suomi  français  Frysk  galego  Alemannisch  עברית  hrvatski  magyar  հայերեն  Bahasa Indonesia  Ido  italiano  日本語  ქართული  한국어  lietuvių  македонски  മലയാളം  Bahasa Melayu  norsk bokmål  Plattdüütsch  Nederlands  norsk nynorsk  norsk  occitan  polski  prūsiskan  português  português do Brasil  română  русский  sicilianu  Scots  slovenčina  slovenščina  српски / srpski  svenska  தமிழ்  ไทย  Türkçe  татарча / tatarça  українська  vèneto  Tiếng Việt  中文  中文(中国大陆)  中文(简体)  中文(繁體)  中文(马来西亚)  中文(新加坡)  中文(臺灣)  中文(臺灣)  /−
New SVG image

.

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:56, 7 June 2007Thumbnail for version as of 22:56, 7 June 20071,036 × 815 (8 KB)Jitse Niesen (talk | contribs){{Information |Description=Stability region of the second-order Adams-Bashforth method. |Source=self-made using Matlab (see source below) |Date=~~~~~ |Author= Jitse Niesen }}

There are no pages that use this file.