File:Travelling wave for Fisher equation.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 512 × 383 pixels, file size: 8 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description Plot of the function This is a travelling wave solution for Fisher's equation.
Date (UTC)
Source Own work, created using Matlab
Author Jitse Niesen
Permission
(Reusing this file)
PD (see below)

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

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

10 April 2007

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:21, 10 April 2007Thumbnail for version as of 15:21, 10 April 2007512 × 383 (8 KB)wikimediacommons>Jitse Niesen{{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

There are no pages that use this file.