File:Maxwell-Boltzmann distribution.svg
Summary
| Description |
English: Maxwell-Boltzmann distribution for oxygen. |
| Date | |
| Source |
This file was derived from: Maxwell-Boltzmann distribution 1.png: Category:Derivative versions |
| Author | InverseHypercube |
| Other versions |
|
Source code

This media was created with gnuplot (command-line plotting program)Category:Images with gnuplot source code
Here is a listing of the source used to create this file.
Here is a listing of the source used to create this file.
#Gnuplot script for Maxwell-Boltzman distribution
#There is 1 mln particles of oxygen in three temperatures (T1,T2,T3)
set terminal svg enhanced fname "Times" fsize 14
#set name for file
set output "Maxwell-Boltzmann_distribution_1.svg"
set border 31 lw 0.5
#Boltzmann constant [J/K]
k=1.380658E-23
#Avogadro number [1/mol]
Na=6.02214199E+23
#Mole mass of oxygen [kg/mol]
M=0.032
#conversion factor
C=273.15
#temperature [K]
T1=-100+273.15
T2=20+273.15
T3=600+273.15
#mass of particle
m=M/Na
#number of particles
N=1000000
#range 0 to 1500 m/s
set xrange [0:1500]
#number of particles
set ylabel "n"
#speed of particles
set xlabel "v (m/s)"
#plotting graph (x^2 -> x**2)
plot 4*pi*(m/(2*pi*k*T1))**(1.5)*x**2*exp(-(m*x**2)/(2*k*T1))*N title "-100",
4*pi*(m/(2*pi*k*T2))**(1.5)*x**2*exp(-(m*x**2)/(2*k*T2))*N title "20",
4*pi*(m/(2*pi*k*T3))**(1.5)*x**2*exp(-(m*x**2)/(2*k*T3))*N title "600"
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
| This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
| This licensing tag was added to this file as part of the GFDL licensing update. |
| Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
You may select the license of your choice.
Original upload log
This image is a derivative work of the following images:
- Maxwell-Boltzmann distribution 1.png licensed with Cc-by-sa-3.0-migrated, GFDL
- 2005-10-17T22:34:05Z Superborsuk 1500x1050 (89635 Bytes) #This is comment #Gnuplot script for Maxwell-Boltzman distribution #There is 1 mln particles of oxygen in three temperatures (T1,T2,T3) Maxwell-Boltzmann distribution for oxygen. [[:en:Gnuplot]] script: #output set to EPS fi
Uploaded with derivativeFX Category:Uploaded with derivativeFX
Category:Images with Gnuplot source code Category:Maxwell–Boltzmann distributions