summaryrefslogtreecommitdiff
path: root/3622/CH2/EX2.1/Ex2_1.sce
blob: 2351b34be4c7badde376803be105b64c3a8c6de6 (plain)
1
2
3
4
5
6
7
8
//Initialisation of variables
clc
v=3e9//cms per second
X=.06//e.s unit
R=300//cms
//(m*v^2/r)=X*e
electronbymass=v^2/(R*X)
printf('e/m ratio is %e esu \n',electronbymass)