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:  by Superborsuk
Category:Derivative versions
Author InverseHypercube
Other versions

Source code

GNUPLOT (Gnuplot) – This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
GNUPLOT (Gnuplot) This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
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.

Deutsch  English  +/−

#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:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#Maxwell-Boltzmann%20distribution.svg
GNU head 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.
Category:License migration redundant#Maxwell-Boltzmann%20distribution.svgCategory:GFDL#Maxwell-Boltzmann%20distribution.svg
You may select the license of your choice.
Category:Self-published work

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
Category:CC-BY-SA-3.0-migrated Category:Derivative versions Category:GFDL Category:Images with Gnuplot source code Category:Images with gnuplot source code Category:License migration redundant Category:Maxwell–Boltzmann distributions Category:Self-published work Category:Uploaded with derivativeFX