Datoteka:Ideal gas isotherms.svg

Sadržaj stranice nije podržan na drugim jezicima.
S Wikipedije, slobodne enciklopedije

Izvorna datoteka(SVG datoteka, nominalno 305 × 314 piksela, veličina datoteke: 31 KB)

Sažetak

Opis
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
Izvor Vlastito djelo
Autor Krishnavedala
Ostale verzije File:Ideal gas isotherms.png
SVG genesis
InfoField
 
The SVG code is valid.
 
This vector image was created with unknown tool.
Izvorni kod
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)

Licenciranje

Ja, vlasnik autorskog prava ovog djela, ovdje ga objavljujem pod sljedećom licencom:
Creative Commons CC-Zero Ova datoteka je dostupna pod licencom Creative Commons CC0 1.0 Univerzalnom Posvetom Javne Domene.
Osoba koja je učestvovala u radu na ovom dokumentu posvetila je rad javnoj domeni odricanjem od svih svojih prava na taj rad širom svijeta po zakonu o autorskim pravima i svim povezanim zakonskim pravima koja bi imao/imala, u mjeri dopuštenoj zakonom. Možete kopirati, mijenjati, distribuirati i prilagođavati rad, čak i u komercijalne svrhe, bez traženja dopuštenja.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

prikazuje

Historija datoteke

Kliknite na datum/vrijeme da vidite verziju datoteke iz tog vremena.

Datum/vrijemeSmanjeni pregledDimenzijeKorisnikKomentar
trenutno18:19, 23 januar 2015Smanjeni pregled verzije na dan 18:19, 23 januar 2015305 × 314 (31 KB)KrishnavedalaReverted to version as of 13:54, 4 June 2011: Newer versions contains embedded inferior graphics in a vector image.
04:54, 9 mart 2014Smanjeni pregled verzije na dan 04:54, 9 mart 20141.479 × 1.351 (538 KB)DerekleungtszheiAdded white background.
04:49, 9 mart 2014Smanjeni pregled verzije na dan 04:49, 9 mart 20141.479 × 1.351 (538 KB)DerekleungtszheiBetter color and font. (More similar to the original image.)
15:54, 4 juni 2011Smanjeni pregled verzije na dan 15:54, 4 juni 2011305 × 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"

Sljedeća stranica koristi ovu datoteku:

Globalna upotreba datoteke

Sljedeći wikiji koriste ovu datoteku:

Metapodaci