summaryrefslogtreecommitdiff
path: root/3813/CH1/EX1.10/Ex1_10.sce
blob: 214179b16097041dcee97a9e857367506d1a9510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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:")