File:Travelling wave for Fisher equation.svg

原始文件(SVG文件,尺寸为512 × 383像素,文件大小:8 KB)


摘要

描述 Plot of the function This is a travelling wave solution for Fisher's equation.
日期 (UTC)
来源 Own work, created using Matlab
作者 Jitse Niesen
授权
(二次使用本文件)
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');

许可协议

Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2007年4月10日 (二) 13:212007年4月10日 (二) 13:21版本的缩略图512 × 383(8 KB)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

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据