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/CH7/EX7.6.2/Ch07Exa7_6_2.sci | 79 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100755 767/CH7/EX7.6.2/Ch07Exa7_6_2.sci (limited to '767/CH7/EX7.6.2/Ch07Exa7_6_2.sci') diff --git a/767/CH7/EX7.6.2/Ch07Exa7_6_2.sci b/767/CH7/EX7.6.2/Ch07Exa7_6_2.sci new file mode 100755 index 000000000..44c5b8bda --- /dev/null +++ b/767/CH7/EX7.6.2/Ch07Exa7_6_2.sci @@ -0,0 +1,79 @@ +// Scilab code Exa7.6.2 : To calculate the amplitude of output voltage pulse for NaI(Tl) :P.no. 314 (2011) +e = 1.6e-019; // Charge of an electron, C +n = 4.2e+08; // Number of photoelectrons +C = 200e-012; // Capacitance, F +A = n*e/C; // Amplitude of output voltage pulse, V +printf("\n Amplitude of output voltage pulse : %4.2f V ",A) +// Result +// Amplitude of output voltage pulse : 0.34 V + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit