summaryrefslogtreecommitdiff
path: root/1286/CH6/EX6.5/6_5.sce
blob: 6e833d9efc4806fa8fa95a36e7699f6711b875d8 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation
T=273//k
m=35.5//kg
r=8314.3//j/mol/k
//CALCULATIONs
c=sqrt(3*T*r/(2*m))
//results
printf(' rms velocity = % 1f m/sec',c)