summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.3/Ex13_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH13/EX13.3/Ex13_3.sce')
-rw-r--r--3769/CH13/EX13.3/Ex13_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH13/EX13.3/Ex13_3.sce b/3769/CH13/EX13.3/Ex13_3.sce
new file mode 100644
index 000000000..f1e39a37f
--- /dev/null
+++ b/3769/CH13/EX13.3/Ex13_3.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+E=220 //V
+
+//Calculation
+//
+E0=sqrt(2)*E
+Emean=2*E0/%pi
+
+//Result
+printf("\n Average e.m.f during a positive half cycle is %0.0f V",Emean)