summaryrefslogtreecommitdiff
path: root/1016/CH5/EX5.16/ex5_16.sce
blob: 0168a039d511ceb8d306124eca00c937630297b1 (plain)
1
2
3
4
5
6
7
8
9
10
clc;clear;
//EXample 5.16

//given data
Wo=5000;//wavelength in angstrom
V=3.1;//stopping potential in V

//calcualtion
W=1/((V/12400)+(1/Wo));
disp(W,'The unknown wavelength in Angstrom')