diff options
Diffstat (limited to '876/CH4/EX4.4')
-rwxr-xr-x | 876/CH4/EX4.4/Ex4_4.sce | 17 | ||||
-rwxr-xr-x | 876/CH4/EX4.4/Ex4_4.txt | 3 | ||||
-rwxr-xr-x | 876/CH4/EX4.4/Ex4_4t.txt | 17 |
3 files changed, 37 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 diff --git a/876/CH4/EX4.4/Ex4_4.txt b/876/CH4/EX4.4/Ex4_4.txt new file mode 100755 index 000000000..abaeedcce --- /dev/null +++ b/876/CH4/EX4.4/Ex4_4.txt @@ -0,0 +1,3 @@ +deflection of the galvenometer(in m)=
+
+ 0.0000332
\ No newline at end of file diff --git a/876/CH4/EX4.4/Ex4_4t.txt b/876/CH4/EX4.4/Ex4_4t.txt new file mode 100755 index 000000000..b2085e9f0 --- /dev/null +++ b/876/CH4/EX4.4/Ex4_4t.txt @@ -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 |