summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.20/9_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '1529/CH9/EX9.20/9_20.sce')
-rwxr-xr-x1529/CH9/EX9.20/9_20.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1529/CH9/EX9.20/9_20.sce b/1529/CH9/EX9.20/9_20.sce
new file mode 100755
index 000000000..3d3c9b02f
--- /dev/null
+++ b/1529/CH9/EX9.20/9_20.sce
@@ -0,0 +1,10 @@
+//Chapter 9, Problem 20
+clc;
+M=0.2;
+dI=10-4;
+dt=10*10^-3;
+N=500;
+E=-M*(dI/dt);
+dphi=(E*dt)/N;
+printf("Induced emf = %d V\n\n\n",E);
+printf("Change of flux = %f mWb",dphi*1000);