summaryrefslogtreecommitdiff
path: root/767/CH5/EX5.5.1/Ch05Exa5_5_1.sci
diff options
context:
space:
mode:
Diffstat (limited to '767/CH5/EX5.5.1/Ch05Exa5_5_1.sci')
-rwxr-xr-x767/CH5/EX5.5.1/Ch05Exa5_5_1.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/767/CH5/EX5.5.1/Ch05Exa5_5_1.sci b/767/CH5/EX5.5.1/Ch05Exa5_5_1.sci
new file mode 100755
index 000000000..7c149a3a6
--- /dev/null
+++ b/767/CH5/EX5.5.1/Ch05Exa5_5_1.sci
@@ -0,0 +1,7 @@
+// Scilab code Exa5.5.1: To calculate the half value thickness of Al for given radiation : P.no. 225 (2011)
+x = 0.2; // Thickness of Al material , m
+I_r = 3/100; // Intensity ratios,
+x_h = log(2)*x/log(1/I_r); // Half value thickness of Al, m
+printf("\n Half value thickness of Al : %6.4f m",x_h )
+// Result
+// Half value thickness of Al : 0.0395 m \ No newline at end of file