summaryrefslogtreecommitdiff
path: root/3793/CH15/EX15.4/exp_15_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3793/CH15/EX15.4/exp_15_4.sce')
-rw-r--r--3793/CH15/EX15.4/exp_15_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3793/CH15/EX15.4/exp_15_4.sce b/3793/CH15/EX15.4/exp_15_4.sce
new file mode 100644
index 000000000..5d242b931
--- /dev/null
+++ b/3793/CH15/EX15.4/exp_15_4.sce
@@ -0,0 +1,12 @@
+clear;
+clc;
+V_d=90;
+V_i=220;
+V_o=110'
+X=25;
+U=20;
+M=cosd(X)+cosd(X+U);
+E_ln=(2*%pi*V_d)/(3*sqrt(2)*M);
+printf("the effective voltage will be = %.3f kV",E_ln);
+D_s=E_ln/V_o;
+printf("\ndesired tap setting of transformer = %.3f",D_s);