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