diff options
Diffstat (limited to '377/CH8/EX8.1')
-rw-r--r-- | 377/CH8/EX8.1/8_1.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/377/CH8/EX8.1/8_1.sce b/377/CH8/EX8.1/8_1.sce new file mode 100644 index 000000000..a6101c7c3 --- /dev/null +++ b/377/CH8/EX8.1/8_1.sce @@ -0,0 +1,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);
\ No newline at end of file |