summaryrefslogtreecommitdiff
path: root/3835/CH3/EX3.11
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH3/EX3.11')
-rw-r--r--3835/CH3/EX3.11/Ex3_11.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3835/CH3/EX3.11/Ex3_11.sce b/3835/CH3/EX3.11/Ex3_11.sce
new file mode 100644
index 000000000..6a4737c32
--- /dev/null
+++ b/3835/CH3/EX3.11/Ex3_11.sce
@@ -0,0 +1,14 @@
+clear
+//
+//given
+//when currents are in same direction the total induction is:
+//lt=l1+l2+2m
+//when currents are in opposite direction the total emf is:
+//lt=l1+l2-2m
+//According to this problem
+//l1+l2+2m=1.2
+//l1+l2-2m=0.2
+//Solving the above equations we get l1=0.4H M=0.25H
+//on substituting we get l2=0.3H
+//k=m/squareroot(l1*l2)
+printf("\n k=0.72168")