summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.7/Ex12_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH12/EX12.7/Ex12_7.sce')
-rw-r--r--3769/CH12/EX12.7/Ex12_7.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH12/EX12.7/Ex12_7.sce b/3769/CH12/EX12.7/Ex12_7.sce
new file mode 100644
index 000000000..0831b89fd
--- /dev/null
+++ b/3769/CH12/EX12.7/Ex12_7.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+a=12
+b=7
+t=2
+
+//Calculation
+e=((a*t)+b)*10**-3
+
+//Result
+printf("\n (i) Magnitude of induced emf is %0.3f mV", e*10**3)
+printf("\n (ii) The current induced in the coil will be anticlockwise")