原始檔案(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
 
vector image使用Gnuplot創作。
作者 Alessio Damato

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
w:zh:創用CC
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 3.0 未在地化版本授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。
w:zh:創用CC
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 2.5 通用版2.0 通用版以及1.0 通用版授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
您可以選擇您需要的授權條款。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

image/svg+xml

ab54c77e01269d8c9af19392b157bce075ca390d

斷定方法:​SHA-1 中文 (已轉換拼寫)

16,475 位元組

480 像素

600 像素

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2008年12月28日 (日) 00:18於 2008年12月28日 (日) 00:18 版本的縮圖600 × 480(16 KB)Geek3accurate plot-lines
2006年4月26日 (三) 16:23於 2006年4月26日 (三) 16:23 版本的縮圖600 × 480(37 KB)Alejo2083proper index (like other plots)
2006年3月14日 (二) 20:09於 2006年3月14日 (二) 20:09 版本的縮圖600 × 480(37 KB)Stevenjcorrected plot labels
2006年1月27日 (五) 19:17於 2006年1月27日 (五) 19:17 版本的縮圖600 × 480(37 KB)Alejo2083another improved version (colored text)
2006年1月25日 (三) 19:52於 2006年1月25日 (三) 19:52 版本的縮圖600 × 480(37 KB)Alejo2083improved version
2006年1月25日 (三) 16:47於 2006年1月25日 (三) 16:47 版本的縮圖600 × 480(37 KB)Alejo2083improved version
2005年10月13日 (四) 14:21於 2005年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 使用了這個檔案: