summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.12/Ex3_12.sce
blob: e9216d814685c854ae78ea6f737d93952f8fe3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
q=1.6*10**-19                  //C
V=3000                         //V
r=5*10**-2                     //m
g=9.8

//Calculation
E=V/r
m=q*E/g

//Result
printf("\n The mass of the particle is  %0.1f  *10**-16 Kg",m*10**16)