summaryrefslogtreecommitdiff
path: root/3769/CH14/EX14.3/Ex14_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH14/EX14.3/Ex14_3.sce')
-rw-r--r--3769/CH14/EX14.3/Ex14_3.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH14/EX14.3/Ex14_3.sce b/3769/CH14/EX14.3/Ex14_3.sce
new file mode 100644
index 000000000..494fb7325
--- /dev/null
+++ b/3769/CH14/EX14.3/Ex14_3.sce
@@ -0,0 +1,15 @@
+clear
+//Given
+N=150
+A=2*10**-2 //m**2
+B=0.15 //T
+f=60
+
+//Calculation
+//
+w=2*%pi*f
+E0=N*A*B*w
+
+//Result
+printf("\n Peak value of e.m.f is %0.0f V",E0)
+printf("\n Average value of induced e.m.f is zero")