summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.3/Ex9_3.sce
blob: 4a9ea04f6e4382fb38a5c8068f7953f7bac1da8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
x=10*10**-2
v=3*10**7
S=1.76*10**-3
a=1800

//Calculation
t=x/v
e=S*2/(a*t**2)

//Result
printf("\n Specific charge of the electron is %0.3f  C/Kg", e)