summaryrefslogtreecommitdiff
path: root/1286/CH6/EX6.10/6_10.sce
blob: f16a42b1e21e4056a3fed0274e8abc444ecc3ceb (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisations
r=8.3//j/mol/k
J=4.2//j/cal
T=273
m=2//gm
//CALCULATIONS
ke=(3*r*T/(2*m*J))
//results
printf(' ke of one gm of hydrogen= % 1f calories',ke)