Buong resolusyon((Larawang SVG, tinatayang 305 × 314 mga pixel, laki ng talakasan: 31 KB))

Buod

Paglalarawan
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.
Petsa
Pinanggalingan Sariling gawa
May-akda Krishnavedala
Iba pang mga bersyon File:Ideal gas isotherms.png
SVG genesis
InfoField
 
The SVG code is valid.
 
This vector image was created with unknown tool.
Source code
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)

Paglilisensiya

Ako, na may karapatang-ari ng akdang ito, ang naglalathala nito alinsunod sa ilalim ng sumusunod na mga lisensya:
Creative Commons CC-Zero Ang talaksang ito ay ginawang makukuha sa ilalim ng Dedikasyon ng Pandaigdigang Saklaw ng Madla CC0 1.0 ng Creative Commons.
Ang taong nag-ugnay ng isang akda sa kasulatang ito ay inilaan ang akda sa Commons sa saklaw ng madla

na isinusukong pangbuong-mundo ang lahat ng kanyang mga karapatan sa akda sa ilalim ng batas sa karapatang-ari, kasama ang lahat ng kaugnay at karatig na mga karapatan, hanggang sa naaabot ng batas. Maaari mong kopyahin, baguhin, ipamahagi at isagawa ang akda, kahit na para sa mga layunin pangkalakal, lahat-lahat na hindi nangangailangan ng pahintulot.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts English

4 Hunyo 2011

Nakaraan ng file

Pindutin ang araw/oras upang makita kung papaano ang itsura ng talaksan noong oras na iyon.

Araw/OrasThumbnailMga dimensiyontagagamitKumento
ngayon16:19, 23 Enero 2015Thumbnail para sa bersyon noong 16:19, 23 Enero 2015305 × 314 (31 KB)KrishnavedalaReverted to version as of 13:54, 4 June 2011: Newer versions contains embedded inferior graphics in a vector image.
02:54, 9 Marso 2014Thumbnail para sa bersyon noong 02:54, 9 Marso 20141,479 × 1,351 (538 KB)DerekleungtszheiAdded white background.
02:49, 9 Marso 2014Thumbnail para sa bersyon noong 02:49, 9 Marso 20141,479 × 1,351 (538 KB)DerekleungtszheiBetter color and font. (More similar to the original image.)
13:54, 4 Hunyo 2011Thumbnail para sa bersyon noong 13:54, 4 Hunyo 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"

Nakaturo sa talaksan na ito ang mga sumusunod na mga pahina:

Pandaigdigang paggamit sa file

Ginagamit ng mga sumusunod na wiki ang file na ito:

Metadata