summaryrefslogtreecommitdiff
path: root/3363/CH13/EX13.3/Ex13_3.sce
blob: 6d9b1542483e69a136639db34ee3d792080cbd39 (plain)
1
2
3
4
5
6
7
8
9
//Example 13.3, page 483
clc
m=9.11*10^-31//in kg
h=6.63*10^-34//in j-s
c=3*10^8//m/s
ef=4.72*1.60*10^-19//in J
pf=sqrt(2*m*ef)
tf=pf/(m*c)
printf("\n The angle is  %e  rad",tf)