summaryrefslogtreecommitdiff
path: root/1694/CH2/EX2.44/EX2_44.sce
blob: 7a3cfc5d5af0d646284097d2ca96b0d131002274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clear;
clc;
printf("\nEx2.44\n");
//page no.-89
//given
lambda_o=2300*10^-8;..........//threshold wavelength in cm
lambda=1800*10^-8;............//wavelength in cm
c=3*10^10;...........//speed of light in cm/sec
e=1.6*10^-12;.........//charge in ergs

vo=c/lambda_o;........//threshold frequency in m/s

v=c/lambda;..........//frequency
E=((v-vo)*h)/e.................//energy in eV

printf("\nkinetic energy is 1.52 eV\n");