summaryrefslogtreecommitdiff
path: root/1376/CH16/EX16.1/16_1.sci
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH16/EX16.1/16_1.sci')
-rwxr-xr-x1376/CH16/EX16.1/16_1.sci22
1 files changed, 11 insertions, 11 deletions
diff --git a/1376/CH16/EX16.1/16_1.sci b/1376/CH16/EX16.1/16_1.sci
index 71883a2ce..55c91fb8d 100755
--- a/1376/CH16/EX16.1/16_1.sci
+++ b/1376/CH16/EX16.1/16_1.sci
@@ -1,12 +1,12 @@
-//16.1
-clc;
-disp('For star connected load')
-Il=50000/((3^0.5)*440*0.85);
-printf("\nLine current=%.2f A",I1)
-Iph=Il;
-printf("\nPhase current=%.2f A",Iph)
-disp('For Delta connected load')
-Il=50000/((3^0.5)*440*0.85);
-printf("\nLine current=%.2f A",I1)
-Iph=Il/(3^0.5);
+//16.1
+clc;
+disp('For star connected load')
+Il=50000/((3^0.5)*440*0.85);
+printf("\nLine current=%.2f A",Il)
+Iph=Il;
+printf("\nPhase current=%.2f A",Iph)
+disp('For Delta connected load')
+Il=50000/((3^0.5)*440*0.85);
+printf("\nLine current=%.2f A",Il)
+Iph=Il/(3^0.5);
printf("\nPhase current=%.2f A",Iph) \ No newline at end of file