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

生成本图像。



摘要

描述
Català: Comparació entre les corbes de radiació espectral per a un cos negre segons la teoria de Planck i la teoria clàssica de Rayleigh-Jeans.
English: Black body spectral radiance curves for various temperatures after Planck, and comparison with the classical theory of Rayleigh-Jeans (in cgs units).
Italiano: Confronto fra le curve del corpo nero della teoria di Planck e della teoria classica di Rayleigh-Jeans.
日期
来源 自己的作品
作者 Darth Kule
其他版本
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Gnuplot创作。
 
 此SVG 文件通过SVG <switch>元素进行翻译:所有译文都保存在同一文件中。
源代码
InfoField
Gnuplot code
set term svg
set termoption enhanced
set encoding utf8
set output 'Black_body.svg'
unset key
set tics nomirror out
set border 3
set xrange [0:6]
set yrange [0:15]
 
set ylabel "Spectral radiance (kW • sr⁻¹ • m⁻² • nm⁻¹)"
set xlabel "Wavelength (μm)"
set label "5000 K" at 0.45,13.1
set label "4000 K" at 0.6,4.55
set label "3000 K" at 0.8,1.4
set label "Classical theory (5000 K)" at 1.55,11
set grid lc rgb "light-blue"
 
# length unit is micrometre
c=3e14 # speed of light
h=6.626e-22 # Planck constant
k=1.38e-11 # Boltzmann constant
 
# Planck curves
p1(x)=1e-6*2*h*c**2/(x**5*(exp(h*c/(x*k*3000))-1))
p2(x)=1e-6*2*h*c**2/(x**5*(exp(h*c/(x*k*4000))-1))
p3(x)=1e-6*2*h*c**2/(x**5*(exp(h*c/(x*k*5000))-1))
p4(x)=1e-6*2*h*c**2/(x**5*(exp(h*c/(x*k*6000))-1))
 
# Rayleigh-Jeans curve
rj(x)=1e-6*2*c*k*5000/(x**4) 
 
plot p1(x) lw 2, p2(x) lw 2, p3(x) lw 2, p4(x) lw 2
plot rj(x) lw 2 lc rgb "black"\

许可协议

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

所有翻译

  • μm、​میکرومتر、​µм、​мкм、​мкм、​微米、​µm、​μm、​μm、​µm、​µm
  • K、​К、​K、​K、​K

说明

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

此文件中描述的项目

描繪內容

image/svg+xml

8dc664ed52e331a618d8e64c3380a6ad8f284f28

20,650 字节

480 像素

600 像素

文件历史

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

最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500
日期/时间缩⁠略⁠图大小用户备注
当前2024年1月3日 (三) 03:482024年1月3日 (三) 03:48版本的缩略图600 × 480(20 KB)Glrxremove #text nodes after tspan elements // Editing SVG source code using c:User:Rillke/SVGedit.js
2023年9月30日 (六) 11:082023年9月30日 (六) 11:08版本的缩略图600 × 480(20 KB)TownieFile uploaded using svgtranslate tool (https://svgtranslate.toolforge.org/). Added translation for ca.
2020年4月7日 (二) 11:282020年4月7日 (二) 11:28版本的缩略图600 × 480(15 KB)GKFXcleanup, move curves to foreground
2020年3月6日 (五) 14:212020年3月6日 (五) 14:21版本的缩略图600 × 480(33 KB)Oz1sejFile uploaded using svgtranslate tool (https://tools.wmflabs.org/svgtranslate/). Added translation for da.
2020年3月6日 (五) 14:192020年3月6日 (五) 14:19版本的缩略图600 × 480(33 KB)Oz1sejFile uploaded using svgtranslate tool (https://tools.wmflabs.org/svgtranslate/). Added translation for da.
2013年7月10日 (三) 17:062013年7月10日 (三) 17:06版本的缩略图600 × 480(30 KB)CmgleeAdd visible spectrum.
2013年2月11日 (一) 00:182013年2月11日 (一) 00:18版本的缩略图600 × 480(26 KB)Vaughan Pratt"Spectral radiance" more standard than "Intensity" in ylabel; replaced "arb units" by actual units (kW per sq m per steradian per nm)
2010年9月18日 (六) 10:402010年9月18日 (六) 10:40版本的缩略图600 × 480(25 KB)UncleDouggieRestore the μ symbol in the axis label that I lost when generating the recent update.
2010年9月18日 (六) 10:032010年9月18日 (六) 10:03版本的缩略图600 × 480(25 KB)UncleDouggieAdded grid lines to match original PNG file, changed color of classical plot to black as required by existing text in some articles that use the PNG version.
2010年6月5日 (六) 15:582010年6月5日 (六) 15:58版本的缩略图600 × 480(11 KB)Darth Kulefix mistake
最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500

以下4个页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

查看本文件的更多全域用途

元数据