summaryrefslogtreecommitdiff
path: root/1694/CH2/EX2.9/EX2_9.sce
blob: bf74e32ff5e8a2af5370d396f4da50897dc78b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear;
clc;
printf("\nEx2.9\n");
//page no.-58
//given
m=9.1*10^-28;..........//mass of electron in gm
e=4.8*10^-10;.............//charge in e.s.u.
h=6.62*10^-27;.............//planck's constant in erg-sec
V=28.8;....................//potential diff. in volt

lambda=h*sqrt(150/(m*e*V)).............//wavelength in cm

printf("\nde-Broglie wavelength is 2.3 angstrom\n");