summaryrefslogtreecommitdiff
path: root/377/CH8/EX8.1/8_1.sce
blob: a6101c7c399aba3a2b1c4e79682f0282153b6a27 (plain)
1
2
3
4
5
disp("α(620nm)/α(775nm)=(2-Eg)^0.5/(1.6-Eg)^0.5");
a=56*10^6;  //say a=α
l=10^-7;
b=exp(-a*l);  //say b=T(620nm)
printf('\n The value of T(620nm) is %f percent',b*100);