summaryrefslogtreecommitdiff
path: root/1319/CH13/EX13.4/ii_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1319/CH13/EX13.4/ii_4.sce')
-rw-r--r--1319/CH13/EX13.4/ii_4.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1319/CH13/EX13.4/ii_4.sce b/1319/CH13/EX13.4/ii_4.sce
new file mode 100644
index 000000000..57072681a
--- /dev/null
+++ b/1319/CH13/EX13.4/ii_4.sce
@@ -0,0 +1,13 @@
+// EMF generated due to a bar magnet.
+clc;
+clear;
+
+b=(300)*(10^-6);
+N=500;
+t=(1/10);
+
+// Faraday's LAW.
+
+e=b*N/t;
+
+disp('volts',e,'The EMF generated between the coil ends =')