summaryrefslogtreecommitdiff
path: root/3835/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH5/EX5.5/Ex5_5.sce')
-rw-r--r--3835/CH5/EX5.5/Ex5_5.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3835/CH5/EX5.5/Ex5_5.sce b/3835/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..b9f0b13c4
--- /dev/null
+++ b/3835/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,13 @@
+clear
+//
+//given
+v=440 //voltage
+o=25000 //output power
+e=0.9 //efficiency
+p=0.85 //poer factor
+//case a
+il=o/(3**0.5*v*p*e) //line current
+printf("\n il= %0.5f A",il)
+//case b
+ip=o/(3*v*e*p) //phase current for delta current winding
+printf("\n ip= %0.5f A",ip)