diff options
Diffstat (limited to '1376/CH16/EX16.5/16_5.sci')
-rwxr-xr-x | 1376/CH16/EX16.5/16_5.sci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1376/CH16/EX16.5/16_5.sci b/1376/CH16/EX16.5/16_5.sci new file mode 100755 index 000000000..5204707fe --- /dev/null +++ b/1376/CH16/EX16.5/16_5.sci @@ -0,0 +1,8 @@ +//16.5
+clc;
+Out_motor=80*735.5;
+Input_motor=Out_motor/0.8;
+I_alternator_phase=120.64;
+I_motor_phase= I_alternator_phase/(3^0.5);
+printf("\nCurrent in each motor phase=%.2f A",I_motor_phase)
+printf("\nCurrent in each generator phase=%.2f A",I_alternator_phase)
|