summaryrefslogtreecommitdiff
path: root/1388/CH4/EX4.9/4_9.sce
blob: 524a64a52c29ba4976428d3a17d2d6212fc2450d (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
a= 1.360 //l^2 atm mole^-1
b= 0.0317 //l mole^-1
R= 0.08205 //J/mol K
//CALCULATIONS
T= 2*a/(b*R)
//RESULTS
printf (' Temperature= %.f K',T-6)