summaryrefslogtreecommitdiff
path: root/296/CH3/EX3.4/eg3_4.sce
blob: 1a85a4c4533416b8eaf71b6a72e28477ed58ec07 (plain)
1
2
3
4
5
6
7
m = 9.11*10^-31; //mass of electron
ml = 0.98*m; 
ms = 0.19*m;
mn = 6^(2/3)*(ml*ms*ms)^(1/3); //density of states effective mass calculation
mn0 = mn/m;
disp(mn,"density of states effective mass (in kilogram)=")
disp(mn0,"density of states effective mass in proportion to mass of electron= ")