summaryrefslogtreecommitdiff
path: root/3850/CH36/EX36.8
diff options
context:
space:
mode:
Diffstat (limited to '3850/CH36/EX36.8')
-rw-r--r--3850/CH36/EX36.8/Ex36_8.sce18
-rw-r--r--3850/CH36/EX36.8/Ex36_8.txt2
2 files changed, 20 insertions, 0 deletions
diff --git a/3850/CH36/EX36.8/Ex36_8.sce b/3850/CH36/EX36.8/Ex36_8.sce
new file mode 100644
index 000000000..533ad2e4e
--- /dev/null
+++ b/3850/CH36/EX36.8/Ex36_8.sce
@@ -0,0 +1,18 @@
+
+//To Calculate the Shunt Resistance for Galvanometer
+
+//Example 36.8
+
+clear;
+
+clc;
+
+i=2;//Maximumm Current in Amperes
+
+ig=20*10^-3;//Minimum current required for one full scale deflection in Galvanometer in Amperes
+
+Rg=20;//Resistance of Galvanometer Coil in ohms
+
+Rs=(ig*Rg)/(i-ig);//Shunt Resistance for Galvanometer in order to pass a maximum current of 2A
+
+printf("Shunt Resistance for Galvanometer in order to pass a maximum current of 2A = %.1f ohms",Rs);
diff --git a/3850/CH36/EX36.8/Ex36_8.txt b/3850/CH36/EX36.8/Ex36_8.txt
new file mode 100644
index 000000000..9823e1e4e
--- /dev/null
+++ b/3850/CH36/EX36.8/Ex36_8.txt
@@ -0,0 +1,2 @@
+
+ Shunt Resistance for Galvanometer in order to pass a maximum current of 2A = 0.2 ohms \ No newline at end of file