summaryrefslogtreecommitdiff
path: root/1439/CH24/EX24.5/24_5.sce
blob: 675c4fbe731369230e024767112e4352f3a6b49a (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
mr= 2.01474 //amu
mH= 0.00237 //amu
mD= 1.00814 //amu
//CALCULATIONS
mn= mr+mH-mD
//RESULTS
printf ('mass of neutron = %.5f amu',mn)