File:Travelling wave for Fisher equation.svg
From Wikimedia Commons, the free media repository
Travelling_wave_for_Fisher_equation.svg (SVG file, nominally 200 × 200 pixels, file size: 8 KB)
[edit] Summary
| Description |
Plot of the function |
|---|---|
| Date |
13:21, 10 April 2007 (UTC) |
| Source |
Own work, created using Matlab |
| Author | |
| Permission (Reusing this image) |
PD (see below) |
[edit] Matlab source
clf;
xs = linspace(-20,20);
vstar = (1+exp(-xs/sqrt(6))).^(-2);
plot(-xs,vstar,'r', 'Linewidth', 3);
set(gca, 'FontSize', 15);
box off;
xlabel('x');
ylabel('u');
hold on;
plot([1 5], [.5 .5], 'k', 'Linewidth', 1.5);
plot([5 4], [.5 .52], 'k', 'Linewidth', 1.5);
plot([5 4], [.5 .48], 'k', 'Linewidth', 1.5);
hold off;
plot2svg('fishertw.svg');
[edit] Licensing
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 13:21, 10 April 2007 | 200×200 (8 KB) | Jitse Niesen (talk | contribs) | ({{Information |Description=Plot of the function <math> f(x) = (1+exp(-x/\sqrt{6}))^{-2}) </math>. This is a travelling wave solution for en:Fisher's equation. |Source=Own work, created using Matlab |Date=~~~~~ |Author=[[User:Jitse Niesen|Jitse Niesen) |
- 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.
Global file usage
The following other wikis use this file:
- Usage of Travelling wave for Fisher equation.svg on enwiki
This is a travelling wave solution for