From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 767/CH5/EX5.5.2/Ch05Exa5_5_2.sci | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 767/CH5/EX5.5.2/Ch05Exa5_5_2.sci (limited to '767/CH5/EX5.5.2/Ch05Exa5_5_2.sci') diff --git a/767/CH5/EX5.5.2/Ch05Exa5_5_2.sci b/767/CH5/EX5.5.2/Ch05Exa5_5_2.sci new file mode 100755 index 000000000..f2849995c --- /dev/null +++ b/767/CH5/EX5.5.2/Ch05Exa5_5_2.sci @@ -0,0 +1,7 @@ +// Scilab code Exa5.5.2: To calculate the thickness of Pb: P.no. 226 (2011) +u = 0.75; // Absorption coefficient , cm^-1 +I_r = 1/100; // Intensity ratios, +x = log(1/I_r)*u; // Thckness of Pb, cm +printf("\n Thickness of Pb : %5.3f cm",x ) +// Result +// Thickness of Pb : 6.140 m -- cgit