summaryrefslogtreecommitdiff
path: root/1286/CH6/EX6.8/6_8.sce
blob: 3ceb16a501ff0c0b23d29f72c643ce72ea582c17 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisations
e=4*10^-3//erg
p=1*13.6*981
//calculations
kt=2*e/3//erg
n=p/kt
//results
printf(' number of molecules = % 1f',kt)