summaryrefslogtreecommitdiff
path: root/1970/CH4/EX4.6/Ch04Exa6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1970/CH4/EX4.6/Ch04Exa6.sce')
-rwxr-xr-x1970/CH4/EX4.6/Ch04Exa6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1970/CH4/EX4.6/Ch04Exa6.sce b/1970/CH4/EX4.6/Ch04Exa6.sce
new file mode 100755
index 000000000..12f7fdd14
--- /dev/null
+++ b/1970/CH4/EX4.6/Ch04Exa6.sce
@@ -0,0 +1,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 \ No newline at end of file