summaryrefslogtreecommitdiff
path: root/3636/CH3/EX3.5/Ex3_5.sce
blob: 86282dfc8b795590444b2f09b150057d1490e7e8 (plain)
1
2
3
4
5
6
7
8
9
10
clear;
clc;
ml=0.98//*m0
mt=0.19//*m0
//rest mass m0 = 9.1*10^-31 kg

//Calculation
mnc=0.33*(1/ml+2/mt)

mprintf("1/mnc*= %1.2f m0",1/mnc)