原始文件(SVG文件,尺寸为600 × 480像素,文件大小:16 KB)


摘要

描述

Plot of the modified Bessel functions of 1st kind in red, in green and in blue. The plot was produced running Gnuplot on the following code:

set terminal svg
set output "BesselI_plot.svg"
set title "Modified Bessel function of first kind"
set xlabel "x"
set ylabel "I_n(x)"
set xrange [0:4]
set yrange [0:4]
set xzeroaxis linetype -1 linewidth 0.5
set yzeroaxis linetype -1 linewidth 0.5
set xtics axis
set ytics axis
set key off
plot "besseli.dat" using 1:2 title "I_0(x)" with lines linewidth 2, \
     "besseli.dat" using 1:3 title "I_1(x)" with lines linewidth 2, \
     "besseli.dat" using 1:4 title "I_2(x)" with lines linewidth 2

the file "besseli.dat" contains the values of the Bessel functions and can be produced with the following Matlab commands:

t=0:0.001:4;
I = [t; besseli(0,t); besseli(1,t); besseli(2,t)];
I = I';
save -ascii "besseli.dat" I;
It was then post-processed with Inkscape.
日期
来源 own work
 
本W3C状态不明的矢量图使用Gnuplot创作.
作者 Alessio Damato

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
本许可协议标签作为GFDL许可协议更新的组成部分被添加至本文件。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享2.5 通用2.0 通用1.0 通用许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
您可以选择您需要的许可协议。

说明

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

此文件中描述的项目

描繪內容

image/svg+xml

ab54c77e01269d8c9af19392b157bce075ca390d

16,475 字节

480 像素

600 像素

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2008年12月28日 (日) 00:182008年12月28日 (日) 00:18版本的缩略图600 × 480(16 KB)Geek3accurate plot-lines
2006年4月26日 (三) 16:232006年4月26日 (三) 16:23版本的缩略图600 × 480(37 KB)Alejo2083proper index (like other plots)
2006年3月14日 (二) 20:092006年3月14日 (二) 20:09版本的缩略图600 × 480(37 KB)Stevenjcorrected plot labels
2006年1月27日 (五) 19:172006年1月27日 (五) 19:17版本的缩略图600 × 480(37 KB)Alejo2083another improved version (colored text)
2006年1月25日 (三) 19:522006年1月25日 (三) 19:52版本的缩略图600 × 480(37 KB)Alejo2083improved version
2006年1月25日 (三) 16:472006年1月25日 (三) 16:47版本的缩略图600 × 480(37 KB)Alejo2083improved version
2005年10月13日 (四) 14:212005年10月13日 (四) 14:21版本的缩略图600 × 480(31 KB)Alejo2083 Plot of the modified Bessel functions of 1st kind <math>I_0(x)</math> in red, <math>I_1(x)</math> in green and <math>I_2(x)</math> in blue. The plot was produced running Gnuplot on the following code: <pre> set te

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: