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 --- 1970/CH4/EX4.10/Ch04Exa10.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 1970/CH4/EX4.10/Ch04Exa10.sce (limited to '1970/CH4/EX4.10') diff --git a/1970/CH4/EX4.10/Ch04Exa10.sce b/1970/CH4/EX4.10/Ch04Exa10.sce new file mode 100755 index 000000000..187e85426 --- /dev/null +++ b/1970/CH4/EX4.10/Ch04Exa10.sce @@ -0,0 +1,11 @@ +// Scilab code Exa4.10 : : Page 180 (2011) +clc; clear; +E = 4e+006; // Energy lost in the scintillator, eV +N_pe = E/10^2*0.5*0.1; // Number of photoelectrons emitted +G = 10^6; // Gain of photomultiplier tube +e = 1.6e-019; // Charge of the electron, C +Q = N_pe*G*e; // Charge collected at the anode of photo multiplier tube, C +printf("\nThe charge collected at the anode of photo multiplier tube : %6.4e C", Q); + +// Result +// The charge collected at the anode of photo multiplier tube : 3.2000e-010 C \ No newline at end of file -- cgit