summaryrefslogtreecommitdiff
path: root/3775/CH3/EX3.10/Ex3_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3775/CH3/EX3.10/Ex3_10.sce')
-rw-r--r--3775/CH3/EX3.10/Ex3_10.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3775/CH3/EX3.10/Ex3_10.sce b/3775/CH3/EX3.10/Ex3_10.sce
new file mode 100644
index 000000000..ee08c1c16
--- /dev/null
+++ b/3775/CH3/EX3.10/Ex3_10.sce
@@ -0,0 +1,15 @@
+//Ex 3.10 page 124
+
+clc;
+clear;
+close;
+
+R=2;// ohm
+Vs=230;// V
+f=50;// Hz
+alpha = 120;// degree
+Ia=10;// A
+
+Vo=2*sqrt(2)*Vs*cos(alpha*%pi/180)/%pi
+V=Ia*R-Vo;// V
+printf('emf on load side = %.2f V', V)