summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.7/9_07.sce
diff options
context:
space:
mode:
Diffstat (limited to '1529/CH9/EX9.7/9_07.sce')
-rwxr-xr-x1529/CH9/EX9.7/9_07.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1529/CH9/EX9.7/9_07.sce b/1529/CH9/EX9.7/9_07.sce
new file mode 100755
index 000000000..a1b093ce8
--- /dev/null
+++ b/1529/CH9/EX9.7/9_07.sce
@@ -0,0 +1,7 @@
+//Chapter 9, Problem 7
+clc;
+N=200; //no of turns
+dphi=25*10^-3; //change in flux
+dt=50*10^-3; //change in time
+E=-N*(dphi/dt); //calculating induced emf
+printf("Induced emf E = %d V",E);