diff options
Diffstat (limited to '3813/CH1/EX1.11/Ex1_11.sce')
-rw-r--r-- | 3813/CH1/EX1.11/Ex1_11.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3813/CH1/EX1.11/Ex1_11.sce b/3813/CH1/EX1.11/Ex1_11.sce new file mode 100644 index 000000000..15de50d2a --- /dev/null +++ b/3813/CH1/EX1.11/Ex1_11.sce @@ -0,0 +1,12 @@ +//Electric Drives:concepts and applications by V.subrahmanyam
+//Publisher:Tata McGraw-Hill
+//Edition:Second
+//Ex1_11
+clc;
+clear;
+Sf1=0.04;//Full load slip in %
+x=(8*3)^(1/2);
+Tst=(x)^2*Sf1;
+S=Sf1/2;
+T=(8)^2*S;
+disp(T,"Torque in Nm is:")
|