summaryrefslogtreecommitdiff
path: root/3769/CH27/EX27.7/Ex27_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH27/EX27.7/Ex27_7.sce')
-rw-r--r--3769/CH27/EX27.7/Ex27_7.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3769/CH27/EX27.7/Ex27_7.sce b/3769/CH27/EX27.7/Ex27_7.sce
new file mode 100644
index 000000000..ff7a2718f
--- /dev/null
+++ b/3769/CH27/EX27.7/Ex27_7.sce
@@ -0,0 +1,18 @@
+clear
+//Given
+N=5.0
+A=230 //V
+B=2
+Rl=100
+
+//Calculation
+//
+V1=A/N
+V2=V1*sqrt(2)
+Vm=V2/B
+Idc=2*Vm/(%pi*Rl)
+Vdc=Idc*Rl
+
+//Result
+printf("\n (i) d.c voltage output is %0.1f V",Vdc)
+printf("\n (ii) peak inverse voltage is %0.0f V",V2)