diff options
Diffstat (limited to '371/CH15/EX15.15/15_15.sci')
-rwxr-xr-x | 371/CH15/EX15.15/15_15.sci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/371/CH15/EX15.15/15_15.sci b/371/CH15/EX15.15/15_15.sci new file mode 100755 index 000000000..6ce2c84ff --- /dev/null +++ b/371/CH15/EX15.15/15_15.sci @@ -0,0 +1,8 @@ +//The ac Motor Control//
+//Example 15.15//
+V=415;//input operating voltage of cycloconverter in volts//
+Pi=50;//input power of the cycloconverter in KVA//
+PF=0.8;//input power factor//
+A=0.785;//firing angle in radians//
+I=(Pi*1000*sqrt(2))/(3*V*PF*cos(A));//input current to the converter in amp//
+printf('input current to the converter=I=%famp',I);
\ No newline at end of file |