Սկզբնական նիշք(SVG-նիշք, անվանապես 600 × 480 փիքսել, նիշքի չափը՝ 20 ԿԲ)

Render this image in .

Այս նիշքը տեղադրված է Վիքիպահեստում է և այն կարող է օգտագործվել այլ նախագծերի կողմից։ Վիքիպահեստում նիշքի մասին տեղեկությունների հիմնական մասը ներկայացված է ստորև։


Ամփոփում

Նկարագրում
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 genesis
InfoField
 
Սա վեկտոր գրաֆիկական պատկեր է ստեղծված է եղել Gnuplot օգնությամբ: .
 
 This chart is translated using SVG switch elements: all translations are stored in the same file.
Ելակետային կոդ
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 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.

Բոլոր թարգմանությունները

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

Captions

Add a one-line explanation of what this file represents
UV Catastrophe

Items portrayed in this file

պատկերված

5 Հունիսի 2010

checksum անգլերեն

8dc664ed52e331a618d8e64c3380a6ad8f284f28

data size անգլերեն

20 650 Բայթ

480 փիքսել

600 փիքսել

Նիշքի պատմություն

Մատնահարեք օրվան/ժամին՝ նիշքի այդ պահին տեսքը դիտելու համար։

(ամենաթարմ | ամենահին) Դիտել (ավելի թարմ 10 | ) (10 | 20 | 50 | 100 | 250 | 500)
Օր/ԺամՄանրապատկերՕբյեկտի չափըՄասնակիցՄեկնաբանություն
ընթացիկ03:48, 3 հունվարի 202403:48, 3 հունվարի 2024 տարբերակի մանրապատկերը600 × 480 (20 ԿԲ)Glrxremove #text nodes after tspan elements // Editing SVG source code using c:User:Rillke/SVGedit.js
11:08, 30 Սեպտեմբերի 202311:08, 30 Սեպտեմբերի 2023 տարբերակի մանրապատկերը600 × 480 (20 ԿԲ)TownieFile uploaded using svgtranslate tool (https://svgtranslate.toolforge.org/). Added translation for ca.
11:28, 7 Ապրիլի 202011:28, 7 Ապրիլի 2020 տարբերակի մանրապատկերը600 × 480 (15 ԿԲ)GKFXcleanup, move curves to foreground
14:21, 6 Մարտի 202014:21, 6 Մարտի 2020 տարբերակի մանրապատկերը600 × 480 (33 ԿԲ)Oz1sejFile uploaded using svgtranslate tool (https://tools.wmflabs.org/svgtranslate/). Added translation for da.
14:19, 6 Մարտի 202014:19, 6 Մարտի 2020 տարբերակի մանրապատկերը600 × 480 (33 ԿԲ)Oz1sejFile uploaded using svgtranslate tool (https://tools.wmflabs.org/svgtranslate/). Added translation for da.
17:06, 10 Հուլիսի 201317:06, 10 Հուլիսի 2013 տարբերակի մանրապատկերը600 × 480 (30 ԿԲ)CmgleeAdd visible spectrum.
00:18, 11 փետրվարի 201300:18, 11 փետրվարի 2013 տարբերակի մանրապատկերը600 × 480 (26 ԿԲ)Vaughan Pratt"Spectral radiance" more standard than "Intensity" in ylabel; replaced "arb units" by actual units (kW per sq m per steradian per nm)
10:40, 18 Սեպտեմբերի 201010:40, 18 Սեպտեմբերի 2010 տարբերակի մանրապատկերը600 × 480 (25 ԿԲ)UncleDouggieRestore the μ symbol in the axis label that I lost when generating the recent update.
10:03, 18 Սեպտեմբերի 201010:03, 18 Սեպտեմբերի 2010 տարբերակի մանրապատկերը600 × 480 (25 ԿԲ)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.
15:58, 5 Հունիսի 201015:58, 5 Հունիսի 2010 տարբերակի մանրապատկերը600 × 480 (11 ԿԲ)Darth Kulefix mistake
(ամենաթարմ | ամենահին) Դիտել (ավելի թարմ 10 | ) (10 | 20 | 50 | 100 | 250 | 500)

Հետևյալ էջը հղվում է այս նիշքին՝

Նիշքի համընդհանուր օգտագործում

Հետևյալ այլ վիքիները օգտագործում են այս նիշքը՝

Տեսնել այս նիշքի ավելի համընդհանուր օգտագործումը:

Մետատվյալներ