summaryrefslogtreecommitdiff
path: root/1439/CH18/EX18.5/18_5.sce
blob: de57686f91a0ceb4d31bf3f961e2cfbb7fb4ca26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisation of variables
m= 1.008 //gms
m1= 36.98 //gms
N= 6*10^23 //molecules
r= 1.275*10^-8 //cm
//CALCULATIONS
u= m*m1/(N*(m+m1))
I= u*r^2
//RESULTS
printf (' reduced mass = %.2e g',u)
printf (' \n moment of inertia = %.2e g cm^2',I)