summaryrefslogtreecommitdiff
path: root/1286/CH2/EX2.13/2_13.sce
blob: 4bb0ffe4cdca70cc7566ead9ce0394220d34ad7b (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation
r=1/1.035
t1=15//c
t2=25//c
//CALCULATIONS
x=-(t1-(t2*r))/(r-1)
//results
printf(' absolute zero on celsius scale for this gas= % 1f c',x)