Skeda:Ideal gas isotherms.svg

Page contents not supported in other languages.
Nga Wikipedia, enciklopedia e lirë

Dokument origjinal(skedë SVG, fillimisht 305 × 314 pixel, madhësia e skedës: 31 KB)

Kjo skedë është prej Wikimedia Commons dhe mund të përdoret nga projekte të tjera. Përshkrimi në këtë skedë në këtë faqe nuk është treguar më poshtë. Shko tek faqja përshkruese në Commons Shko tek faqja përshkruese në Commons

Përmbledhje

Përshkrimi
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.
Data
Burimi Punë e juaja
Autori Krishnavedala
Versione tjera File:Ideal gas isotherms.png
SVG genesis
InfoField
 
The SVG code is valid.
 
This vector image was created with unknown tool.
Kodi burimor
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)

Licencim

Unë, krijuesi i kësaj pune, e publikoj këtu në bazë të licensës në vijim:
Creative Commons CC-Zero Kjo skedë është bërë e mundur nën Creative Commons CC0 1.0 Universal Public Domain Dedication.
Personi që lidhi një punë me këtë vepër ia ka dedikuar punën public domain duke shmangur të gjitha të drejtat e tij apo të saj për punën në mbarë botën nën ligjin e të drejtës së autorit, duke përfshirë të gjitha të drejtat e lidhura dhe fqinje, deri në masën e lejuar me ligj. Ju mund ta kopjoni, modifikoni, shpërndani dhe të kryeni pune, madje edhe për qëllime komerciale, të gjitha pa kërkuar leje.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

përshkruan

4 qershor 2011

Historiku skedës

Shtypni mbi një datë/kohë për ta parë skedën siç ishte atëherë.

Data/KohaMiniaturëPërmasatPërdoruesiKoment
e tanishme23 janar 2015 18:19Miniaturë për versionin duke filluar nga 23 janar 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 mars 2014 04:54Miniaturë për versionin duke filluar nga 9 mars 2014 04:541.479 × 1.351 (538 KB)DerekleungtszheiAdded white background.
9 mars 2014 04:49Miniaturë për versionin duke filluar nga 9 mars 2014 04:491.479 × 1.351 (538 KB)DerekleungtszheiBetter color and font. (More similar to the original image.)
4 qershor 2011 15:54Miniaturë për versionin duke filluar nga 4 qershor 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"

Këto faqe lidhen tek kjo skedë:

Përdorimi global i skedës

Kjo skedë përdoret nga Wiki të tjera në vijim:

Metadata