File:Stability region for AB2 method.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
Source: Wikipedia, the free encyclopedia.

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

Summary

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

Licensing

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

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');

.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

7 June 2007

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{{Information |Description=Stability region of the second-order Adams-Bashforth method. |Source=self-made using Matlab (see source below) |Date=~~~~~ |Author= Jitse Niesen }}
No pages on the English Wikipedia use this file (pages on other projects are not listed).