summaryrefslogtreecommitdiff
path: root/3760/CH1/EX1.58/Ex1_58.sce
diff options
context:
space:
mode:
Diffstat (limited to '3760/CH1/EX1.58/Ex1_58.sce')
-rw-r--r--3760/CH1/EX1.58/Ex1_58.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3760/CH1/EX1.58/Ex1_58.sce b/3760/CH1/EX1.58/Ex1_58.sce
new file mode 100644
index 000000000..1d4c08ca5
--- /dev/null
+++ b/3760/CH1/EX1.58/Ex1_58.sce
@@ -0,0 +1,8 @@
+clc;
+E1=430; // supply voltage
+k=100000; // VA rating of load
+il=k/(sqrt(3)*E1); // load current
+v1=380; v2=460; // range in which voltage at feeder end varies
+vr=E1-v1; // maximum variation in output side of regulator
+P=(sqrt(3)*vr*il)/1000;
+printf('KVA rating of induction regulator is %f KVA',P);