diff options
Diffstat (limited to '3020/CH6/EX6.4/ex6_4.sce')
-rwxr-xr-x | 3020/CH6/EX6.4/ex6_4.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH6/EX6.4/ex6_4.sce b/3020/CH6/EX6.4/ex6_4.sce new file mode 100755 index 000000000..e7c4cb4dc --- /dev/null +++ b/3020/CH6/EX6.4/ex6_4.sce @@ -0,0 +1,6 @@ +clc;
+clear all;
+x = 2.5e-2; // Thickness of material in meters
+u = 2; // Linear absorption coefficient per cm
+dh = log(2)/2;//Half value thickness of the specimen
+disp('cm',dh,'Half value thickness of the specimen is')
|