Sākotnējais fails(SVG fails, definētais izmērs 305 × 314 pikseļi, faila izmērs: 31 KB)

Kopsavilkums

Apraksts
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.
Datums
Avots Paša darbs
Autors Krishnavedala
Citas versijas File:Ideal gas isotherms.png
SVG veidošana
InfoField
 
The SVG code is valid.
 
This vector image was created with unknown tool.
Pirmkods
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)

Licence

Es, šī darba autortiesību īpašnieks, publicēju to saskaņā ar šo licenci:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Pievieno vienas rindiņas aprakstu, ko šis fails attēlo

Šajā failā attēlotais

attēlo

4 jūnijs 2011

Faila hronoloģija

Uzklikšķini uz datums/laiks kolonnā esošās saites, lai apskatītos, kā šis fails izskatījās tad.

Datums/LaiksAttēlsIzmēriDalībnieksKomentārs
tagadējais2015. gada 23. janvāris, plkst. 19.192015. gada 23. janvāris, plkst. 19.19 versijas sīktēls305 × 314 (31 KB)KrishnavedalaReverted to version as of 13:54, 4 June 2011: Newer versions contains embedded inferior graphics in a vector image.
2014. gada 9. marts, plkst. 05.542014. gada 9. marts, plkst. 05.54 versijas sīktēls1 479 × 1 351 (538 KB)DerekleungtszheiAdded white background.
2014. gada 9. marts, plkst. 05.492014. gada 9. marts, plkst. 05.49 versijas sīktēls1 479 × 1 351 (538 KB)DerekleungtszheiBetter color and font. (More similar to the original image.)
2011. gada 4. jūnijs, plkst. 16.542011. gada 4. jūnijs, plkst. 16.54 versijas sīktēls305 × 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"

Šo failu izmanto šajā 1 lapā:

Globālais faila lietojums

Šīs Vikipēdijas izmanto šo failu:

Metadati