summaryrefslogtreecommitdiff
path: root/3769/CH14/EX14.1
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH14/EX14.1')
-rw-r--r--3769/CH14/EX14.1/Ex14_1.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH14/EX14.1/Ex14_1.sce b/3769/CH14/EX14.1/Ex14_1.sce
new file mode 100644
index 000000000..b55979409
--- /dev/null
+++ b/3769/CH14/EX14.1/Ex14_1.sce
@@ -0,0 +1,16 @@
+clear
+//Given
+N=100
+A=10**-2 //m**2
+B=0.5 //T
+f=500/60.0
+
+//Calculation
+//
+w=2*%pi*f
+E0=N*A*B*w
+E=E0*sin(60*3.14/180.0)
+
+//Result
+printf("\n Maximum emf produced in the coil is %0.2f V",E0)
+printf("\n Instantaneous value of e.m.f. is %0.1f V",E)