summaryrefslogtreecommitdiff
path: root/2741/CH5/EX5.12/Chapter5_Example12.sce
blob: 44c6411b34db58b4c21c6afcf134da9778f412dd (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
clear
//Input data 
T=300;//The given temperature in K 
R=8.3*10^7;//The Universal gas constant in ergs/g mol-K 

//Calculations 
E=((3/2)*(R*T))/10^7;//The total random kinetic energy per gram -molecule of oxygen in joules 

//Output 
printf('The total random kinetic energy of one gm-molecule of oxygen at 300 K is K.E = %3.0f joules',E)