diff options
Diffstat (limited to '3020/CH6/EX6.3/ex6_3.sce')
-rwxr-xr-x | 3020/CH6/EX6.3/ex6_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3020/CH6/EX6.3/ex6_3.sce b/3020/CH6/EX6.3/ex6_3.sce new file mode 100755 index 000000000..4d1a91c63 --- /dev/null +++ b/3020/CH6/EX6.3/ex6_3.sce @@ -0,0 +1,7 @@ +clc;
+clear all;
+RI = (1/20); // Reduction in intensity
+u = 1.62; // Linear absorption coefficent in per cm
+x = log(20)*1e-2/u;//The thickness of aluminuim
+disp('m',x,'The thickness of aluminuim is ')
+
|