Պատկեր:Polytropic.gif
testwiki-ից
Jump to navigation
Jump to search
Polytropic.gif (487 × 468 փիքսել, նիշքի չափը՝ 75 ԿԲ, MIME-տեսակը՝ image/gif, looped, 8 frames, 8,0 վ)
Այս նիշքը տեղադրված է Վիքիպահեստում է և այն կարող է օգտագործվել այլ նախագծերի կողմից։ Վիքիպահեստում նիշքի մասին տեղեկությունների հիմնական մասը ներկայացված է ստորև։
Ամփոփում
| ՆկարագրումPolytropic.gif |
English: GIF illustration of polytropic process. |
| Թվական | |
| Աղբյուր |
Բեռնողի սեփական աշխատանք |
| Հեղինակ | IkamusumeFan |
Matplotlib (Python)
Code for isobaric process from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = linspace(0,9,100) y1 = 3100+0*x1 fig = figure(figsize=(5,5)) ax = fig.add_subplot(111) ax.grid(False) ax.plot(x1,y1) ax.text(3,2500,r"$PV^n=\mathrm{const}$",size=20) ax.text(3,2000,r"Isobaric: $n=0$",size=20) ax.set_ylim(0,3720) ax.set_yticks(linspace(0,3100,6)) ax.minorticks_on() ax.set_xlabel("V") ax.set_ylabel("P") fig.savefig("polytropic_1.png",bbox_inches="tight",\ pad_inches=.15)
Code for isothermal process from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = linspace(0,9,100) y1 = 3100/(x1) fig = figure(figsize=(5,5)) ax = fig.add_subplot(111) ax.grid(False) ax.plot(x1,y1) ax.text(3,2500,r"$PV^n=\mathrm{const}$",size=20) ax.text(3,2000,r"Isothermal: $n=1$",size=20) ax.set_ylim(0,3720) ax.set_yticks(linspace(0,3100,6)) ax.minorticks_on() ax.set_xlabel("V") ax.set_ylabel("P") fig.savefig("polytropic_2.png",bbox_inches="tight",\ pad_inches=.15)
Code for adiabatic process from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = linspace(0,9,100) y1 = 3100/(x1**1.4) fig = figure(figsize=(5,5)) ax = fig.add_subplot(111) ax.grid(False) ax.plot(x1,y1) ax.text(3,2500,r"$PV^n=\mathrm{const}$",size=20) ax.text(3,2000,r"Adiabatic: $n=K$",size=20) ax.set_ylim(0,3720) ax.set_yticks(linspace(0,3100,6)) ax.minorticks_on() ax.set_xlabel("V") ax.set_ylabel("P") fig.savefig("polytropic_3.png",bbox_inches="tight",\ pad_inches=.15)
Code for polytropic process from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = linspace(0,9,100) y1 = 3100/(x1**4) fig = figure(figsize=(5,5)) ax = fig.add_subplot(111) ax.grid(False) ax.plot(x1,y1) ax.text(3,2500,r"$PV^n=\mathrm{const}$",size=20) ax.text(3,2000,r"Other: $n=4$",size=20) ax.set_ylim(0,3720) ax.set_yticks(linspace(0,3100,6)) ax.minorticks_on() ax.set_xlabel("V") ax.set_ylabel("P") fig.savefig("polytropic_4.png",bbox_inches="tight",\ pad_inches=.15)
Code for isochoric process from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = [1,1] y1 = [0,3720] fig = figure(figsize=(5,5)) ax = fig.add_subplot(111) ax.grid(False) ax.plot(x1,y1) ax.text(3,2500,r"$PV^n=\mathrm{const}$",size=20) ax.text(3,2000,r"Isochoric: $n \rightarrow +\infty$",size=20) ax.set_xlim(0,9) ax.set_ylim(0,3720) ax.set_yticks(linspace(0,3100,6)) ax.minorticks_on() ax.set_xlabel("V") ax.set_ylabel("P") fig.savefig("polytropic_7.png",bbox_inches="tight",\ pad_inches=.15)
Արտոնագրում
Ես, սույն աշխատանքի հեղինակային իրավունքների տերը, այսուհետ այն հրատարակում եմ հետևյալ արտոնագրի ներքո։
Այս նիշքը հասանելի է Creative Commons Attribution-Share Alike 3.0 Unported արտոնագրի ներքո:
- Դուք ազատ եք՝
- կիսվել ստեղծագործությամբ – պատճենել, տարածել և փոխանցել այս աշխատանքը։
- վերափոխել – ադապտացնել աշխատանքը
- Պահպանելով հետևյալ պայմանները'
- հղում – Դուք պետք է նշեք հեղինակի (իրավատիրոջ) հղումը:
- համանման տարածում – Եթե դուք ձևափոխում եք, փոխակերպում, կամ այս աշխատանքի հիման վրա ստեղծում եք նոր աշխատանք, ապա ձեր ստեղծածը կարող է տարածվել միայն նույն կամ համարժեք թույլատրագրով։
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
պատկերված
2 սեպտեմբերի 2013
Նիշքի պատմություն
Մատնահարեք օրվան/ժամին՝ նիշքի այդ պահին տեսքը դիտելու համար։
| Օր/Ժամ | Մանրապատկեր | Օբյեկտի չափը | Մասնակից | Մեկնաբանություն | |
|---|---|---|---|---|---|
| ընթացիկ | 19:16, 3 սեպտեմբերի 2013 | 487 × 468 (75 ԿԲ) | wikimediacommons>IkamusumeFan | Update according to CausalJJ's advice. |
Նիշքի օգտագործում
Հետևյալ էջը հղվում է այս նիշքին՝
Ստացված է «https://hy.wiki.beta.math.wmflabs.org/wiki/Պատկեր:Polytropic.gif» էջից
