summaryrefslogtreecommitdiff
path: root/1652/CH12/EX12.3/12_3.sce
blob: 0f412c1e9f051ad212711c932224ca5f86b74dbe (plain)
1
2
3
4
5
6
7
clc
//Initialization of variables
V=6.84 //cm^3 /g
//calculations
dPbydT=-1.7*4.184*10^7 /(2.19*V*0.06*1.01*10^6)
//results
printf("dPbydT = %d atm/deg",dPbydT)