summaryrefslogtreecommitdiff
path: root/1760/CH2/EX2.94
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH2/EX2.94')
-rwxr-xr-x1760/CH2/EX2.94/EX2_94.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1760/CH2/EX2.94/EX2_94.sce b/1760/CH2/EX2.94/EX2_94.sce
new file mode 100755
index 000000000..7ea71a652
--- /dev/null
+++ b/1760/CH2/EX2.94/EX2_94.sce
@@ -0,0 +1,13 @@
+ //EXAMPLE 2.94 PG NO-139-140
+L=0.6; //LENGTH
+a=20*10^-4; //AREA
+MU=(4*%pi*10^-7);
+R=L/(MU*a);
+N1=1500;
+N2=500;
+i=250;
+M=(N1*N2)/R;
+e=M*(i);
+disp('R = '+string(R)+' ');
+disp('mutual induction is = '+string(M)+' H');
+disp('E.M.F INDUCE is = '+string(e)+' V');