summaryrefslogtreecommitdiff
path: root/3769/CH14/EX14.5/Ex14_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH14/EX14.5/Ex14_5.sce')
-rw-r--r--3769/CH14/EX14.5/Ex14_5.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH14/EX14.5/Ex14_5.sce b/3769/CH14/EX14.5/Ex14_5.sce
new file mode 100644
index 000000000..4943f73e0
--- /dev/null
+++ b/3769/CH14/EX14.5/Ex14_5.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+N=100
+A=0.10 //m**2
+f=0.5 //Hz
+B=0.01 //T
+
+//Calculation
+//
+w=2*%pi*f
+E0=N*A*B*w
+
+//Result
+printf("\n Maximum voltage generated in the coil is %0.3f V",E0)