summaryrefslogtreecommitdiff
path: root/3769/CH6/EX6.13/Ex6_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH6/EX6.13/Ex6_13.sce')
-rw-r--r--3769/CH6/EX6.13/Ex6_13.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH6/EX6.13/Ex6_13.sce b/3769/CH6/EX6.13/Ex6_13.sce
new file mode 100644
index 000000000..baf919406
--- /dev/null
+++ b/3769/CH6/EX6.13/Ex6_13.sce
@@ -0,0 +1,16 @@
+clear
+//Given
+R=2 //ohm
+R1=2.4 //ohm
+V=4 //V
+E=1.5
+
+//Calculation
+R11=R+R1
+I=V/R11
+Vab=I*R
+K=Vab
+l=E/K
+
+//Result
+printf("\n Length for zero galvanometer deflection is %0.3f m", l)