summaryrefslogtreecommitdiff
path: root/876/CH4/EX4.4/Ex4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '876/CH4/EX4.4/Ex4_4.sce')
-rwxr-xr-x876/CH4/EX4.4/Ex4_4.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/876/CH4/EX4.4/Ex4_4.sce b/876/CH4/EX4.4/Ex4_4.sce
new file mode 100755
index 000000000..b2085e9f0
--- /dev/null
+++ b/876/CH4/EX4.4/Ex4_4.sce
@@ -0,0 +1,17 @@
+//caption:Find deflection of the galvenometer
+//Ex4.4
+clc
+clear
+close
+R1=80//resistance of first arm(in ohm)
+R2=800//resistance of second arm(in ohm)
+R3=160//resistance of third arm(in ohm)
+R4=1605//resistance of fourth arm(in ohm)
+E=4//battery voltage(in V)
+S=8//galvenometer sensitivity(in milimeter per micro ampere)
+Ro=80//internal resistance of the galvenometer(in ohm)
+Eth=E*(R1/(R1+R3)-R2/(R2+R4))
+Rth=R1*R3/(R1+R3)+R2*R4/(R2+R4)
+Ig=Eth/(Rth+Ro)
+D=S*Ig
+disp(D,'deflection of the galvenometer(in m)=') \ No newline at end of file