diff options
Diffstat (limited to '1376/CH16/EX16.10/16_10.sci')
-rwxr-xr-x | 1376/CH16/EX16.10/16_10.sci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1376/CH16/EX16.10/16_10.sci b/1376/CH16/EX16.10/16_10.sci new file mode 100755 index 000000000..602aeafe6 --- /dev/null +++ b/1376/CH16/EX16.10/16_10.sci @@ -0,0 +1,8 @@ +//16.10
+clc;
+P_consumed=3000/3;
+E_per_phase=440/(3^0.5);
+IL=P_consumed/E_per_phase;
+printf("\nCurrent in each line=%.2f A",IL)
+R=E_per_phase/IL;
+printf("\nResistance of resistor=%.2f ohm",R)
\ No newline at end of file |