File:Maxwell-Boltzmann distribution cdf.svg

Original file (SVG file, nominally 360 × 288 pixels, file size: 33 KB)
Captions
Captions
Summary
editDescriptionMaxwell-Boltzmann distribution cdf.svg |
English: Cumulative distribution function of Maxwell-Boltzmann distribution |
Date | |
Source | Own work |
Author | Krishnavedala |
Python source code
| |||
---|---|---|---|
from scipy.special import erf
from numpy import *
from matplotlib.pyplot import *
cdf = lambda a,x: erf(x/(a*sqrt(2.))) - (x*exp(-x*x/(2*a*a))*sqrt(2/pi)/a)
fig = figure(figsize=(5,5))
ax = fig.add_subplot(111)
ax.grid(True)
ax.minorticks_on()
x = linspace(.001,20,150)
ax.plot(x,cdf(1,x),label=r"a=1",linewidth=2)
ax.plot(x,cdf(2,x),'r',label=r"a=2",linewidth=2)
ax.plot(x,cdf(5,x),'g',label=r"a=5",linewidth=2)
ax.set_ylim(0,1.05)
ax.set_xlim(0,20)
ax.set_xlabel(r'x')
ax.set_ylabel(r'CDF')
ax.legend(loc=4)
fig.savefig("Maxwell-Boltzmann_distribution_cdf.svg",bbox_inches="tight",pad_inches=.15)
LicensingeditI, the copyright holder of this work, hereby publish it under the following license:
|
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 01:07, 22 November 2020 | ![]() | 360 × 288 (33 KB) | AkanoToE (talk | contribs) | Updated fonts with LaTeX |
05:49, 7 August 2013 | ![]() | 429 × 418 (36 KB) | Nanite (talk | contribs) | fixed "PDF" label. licensing remains public domain. | |
18:49, 11 October 2012 | ![]() | 428 × 418 (37 KB) | Krishnavedala (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on be.wikipedia.org
- Usage on el.wikipedia.org
- Usage on en.wikipedia.org
- Usage on fi.wikipedia.org
- Usage on id.wikipedia.org
- Usage on it.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on nl.wikipedia.org
- Usage on simple.wikipedia.org
- Usage on sq.wikipedia.org
- Usage on uk.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 288pt |
---|---|
Height | 230.4pt |