summaryrefslogtreecommitdiff
path: root/1286/CH2/EX2.14/2_14.sce
blob: f381f1b328526e3509c0e451803b56a4f00bbf7d (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation
p=0.76
t1=0//c
t2=100//c
T1=t1+273//k
T2=t2+273//k
//CALCULATIONS
p=(2*p*T2)/(T1+T2)
//results
printf(' pressure of the gas= % 1f m',p)