diff options
Diffstat (limited to '3813/CH1/EX1.10/Ex1_10.sce')
-rw-r--r-- | 3813/CH1/EX1.10/Ex1_10.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3813/CH1/EX1.10/Ex1_10.sce b/3813/CH1/EX1.10/Ex1_10.sce new file mode 100644 index 000000000..214179b16 --- /dev/null +++ b/3813/CH1/EX1.10/Ex1_10.sce @@ -0,0 +1,13 @@ +//Electric Drives:concepts and applications by V.subrahmanyam
+//Publisher:Tata McGraw-Hill
+//Edition:Second
+//Ex1_10
+clc;
+clear;
+Sf=0.04;//Full load slip in %
+Ist=1;//Starting current in A
+If1=Ist/8;
+T=(8)^2*Sf;
+disp(T,"Direct on line starting torque in Nm is:")
+S=T/3;
+disp(S,"By Star/delta starter:")
|