summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.22/Ex23_22.sce
blob: 12af3bf648772bd578a0d0a2e84c0fc571d260d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
me=9.11*10**-31                     //Kg
lp=1.813*10**-4
vp=3

//Calculation
mp=me/(lp*vp)

//Result
printf("\n The particles mass is %0.3f *10**-27 Kg. The particle is proton",mp*10**27)