summaryrefslogtreecommitdiff
path: root/1026/CH9/EX9.2/Example9_2.sce
blob: 65e3c1bbc7117d3aa9b3b64c9d80cc3456c1eff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//chapter9,Example9_2,pg 237

V=60*10^3

c=3*10^8

e=1.6*10^-19

lam=0.194*10^-10//min. wavelength of x-rays

h=(lam*e*V)/c

printf("plancks constant\n")

disp(h)