Bestand:Ideal gas isotherms.svg

Oorspronkelijk bestand(SVG-bestand, nominaal 305 × 314 pixels, bestandsgrootte: 31 kB)


Beschrijving

Beschrijving
English: Ideal gas isotherms for one mole of the gas and at temperatures [1, 2, 4, 6, 8, 10]K using the equation . Created using python.
Datum
Bron Eigen werk
Auteur Krishnavedala
Andere versies File:Ideal gas isotherms.png
SVG ontwikkeling
InfoField
 
De broncode van dit SVG-bestand is deugdelijk.
 
Deze vectorafbeelding is gemaakt met een onbekende SVG-editor
Broncode
InfoField

SVG code

from numpy import linspace, append
from matplotlib.pyplot import *
from mpl_toolkits.axes_grid.axislines import SubplotZero

fig = figure(figsize=(4,4))
ax = SubplotZero(fig,111)
fig.add_subplot(ax)
ax.grid(True)
ax.set_ylim(-1,15)
ax.set_xlim(-1,15)
ax.set_yticklabels([])
ax.set_xticklabels([])
for direction in ["xzero","yzero"]:
	ax.axis[direction].set_axisline_style("-|>")
	ax.axis[direction].set_visible(True)
for direction in ["left","right","bottom","top"]:
	ax.axis[direction].set_visible(False)

N, k, steps = 6.023e23, 1.38e-23, 100   # Avogadro number and Boltzmann const.
def gas_law(t):
	return N*k*t

V = linspace(1./steps,15,steps)
for T in [1, 2, 4, 6, 8, 10]:
	P = []
	for x in V:
		P = append(P,gas_law(T)/x)
	ax.plot(V,P,'b')

ax.text(15,-1,r"V")
ax.text(-1,15,r"P")
fig.savefig("Ideal_gas_isotherms.svg",bbox_inches="tight",\
	pad_inches=.15)

Licentie

Ik, de auteursrechthebbende van dit werk, maak het hierbij onder de volgende licentie beschikbaar:
Creative Commons CC-Zero Dit bestand is beschikbaar onder Creative Commons CC0 1.0 Universele Public Domain Dedication.
De persoon die een werk voorziet van deze licentie stelt dit werk beschikbaar aan het publieke domein door, voor zover dit wettelijk is toegestaan, afstand te doen van alle rechten op het werk in de zin van het auteursrecht, met inbegrip van alle aanverwante of naburige rechten. U kunt het werk kopiëren, aanpassen, distribueren en uitvoeren, ook voor commerciële doeleinden, zonder dat u daarvoor toestemming hoeft te vragen.

Bijschriften

Beschrijf in één regel wat dit bestand voorstelt

Items getoond in dit bestand

beeldt af

Bestandsgeschiedenis

Klik op een datum/tijd om het bestand te zien zoals het destijds was.

Datum/tijdMiniatuurAfmetingenGebruikerOpmerking
huidige versie23 jan 2015 18:19Miniatuurafbeelding voor de versie van 23 jan 2015 18:19305 × 314 (31 kB)KrishnavedalaReverted to version as of 13:54, 4 June 2011: Newer versions contains embedded inferior graphics in a vector image.
9 mrt 2014 04:54Miniatuurafbeelding voor de versie van 9 mrt 2014 04:541.479 × 1.351 (538 kB)DerekleungtszheiAdded white background.
9 mrt 2014 04:49Miniatuurafbeelding voor de versie van 9 mrt 2014 04:491.479 × 1.351 (538 kB)DerekleungtszheiBetter color and font. (More similar to the original image.)
4 jun 2011 15:54Miniatuurafbeelding voor de versie van 4 jun 2011 15:54305 × 314 (31 kB)Krishnavedala{{Information |Description ={{en|1=Ideal gas isotherms for one mole of the gas and at temperatures [1, 2, 4, 6, 8, 10]K using the equation <math>PV = NkT</math> Created using python. <syntaxhighlight lang="python"

Dit bestand wordt op de volgende 2 pagina's gebruikt:

Globaal bestandsgebruik

De volgende andere wiki's gebruiken dit bestand:

Metadata