summaryrefslogtreecommitdiff
path: root/1970/CH4/EX4.6/Ch04Exa6.sce
blob: 12f7fdd1415736b6a4332bb8c20ff358f767df54 (plain)
1
2
3
4
5
6
7
8
9
// Scilab code Exa4.6 :  : Page 179 (2011)
clc; clear;
C_r = 0.1e-02;     // Counting rate of GM tube
S = 3;             // Slope of the curve
V = C_r*100*100/S;       // Voltage fluctuation, volt
printf("\nThe voltage fluctuation GM tube = %4.2f volt", V);

// Result
// The voltage fluctuation GM tube = 3.33 volt