ดูภาพที่มีความละเอียดสูงกว่า((ไฟล์ SVG, 305 × 314 พิกเซล, ขนาดไฟล์: 31 กิโลไบต์))

Wikimedia Commons logo รูปภาพหรือไฟล์เสียงนี้ ต้นฉบับอยู่ที่ คอมมอนส์ รายละเอียดด้านล่าง เป็นข้อความที่แสดงผลจาก ไฟล์ต้นฉบับในคอมมอนส์
คอมมอนส์เป็นเว็บไซต์ในโครงการสำหรับเก็บรวบรวมสื่อเสรี ที่ คุณสามารถช่วยได้

ความย่อ

คำอธิบาย
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.
วันที่
แหล่งที่มา งานของตัว
ผู้สร้างสรรค์ Krishnavedala
เวอร์ชันอื่น File:Ideal gas isotherms.png
SVG genesis
InfoField
 
ซอร์สโค้ดของ SVG นี้ตรวจสอบถูกต้องแล้ว .
 
ไฟล์ภาพกราฟิกส์เวกเตอร์นี้ สร้างขึ้นโดยใช้ Other tools
รหัสต้นฉบับ
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)

การอนุญาตใช้สิทธิ

ข้าพเจ้า ในฐานะผู้ถือลิขสิทธิ์ของภาพหรือสื่อนี้ อนุญาตให้ใช้ภาพหรือสื่อนี้ภายใต้เงื่อนไขต่อไปนี้
Creative Commons CC-Zero ไฟล์นี้มีให้ใช้ภายใต้ 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.

คำบรรยายโดยย่อ

เพิ่มคำบรรยายทรรทัดเดียวเพื่อขยายความว่าไฟล์นี้มีอะไร

ไอเทมที่แสดงอยู่ในไฟล์นี้

ประกอบด้วย

ประวัติไฟล์

คลิกวันที่/เวลาเพื่อดูไฟล์ที่ปรากฏในขณะนั้น

วันที่/เวลารูปย่อขนาดผู้ใช้ความเห็น
ปัจจุบัน23:19, 23 มกราคม 2558รูปย่อสำหรับรุ่นเมื่อ 23:19, 23 มกราคม 2558305 × 314 (31 กิโลไบต์)KrishnavedalaReverted to version as of 13:54, 4 June 2011: Newer versions contains embedded inferior graphics in a vector image.
09:54, 9 มีนาคม 2557รูปย่อสำหรับรุ่นเมื่อ 09:54, 9 มีนาคม 25571,479 × 1,351 (538 กิโลไบต์)DerekleungtszheiAdded white background.
09:49, 9 มีนาคม 2557รูปย่อสำหรับรุ่นเมื่อ 09:49, 9 มีนาคม 25571,479 × 1,351 (538 กิโลไบต์)DerekleungtszheiBetter color and font. (More similar to the original image.)
20:54, 4 มิถุนายน 2554รูปย่อสำหรับรุ่นเมื่อ 20:54, 4 มิถุนายน 2554305 × 314 (31 กิโลไบต์)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"

หน้าต่อไปนี้ โยงมาที่ภาพนี้:

การใช้ไฟล์ข้ามโครงการ

วิกิอื่นต่อไปนี้ใช้ไฟล์นี้:

ข้อมูลเกี่ยวกับภาพ