summaryrefslogtreecommitdiff
path: root/3802/CH10/EX10.6/Ex10_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3802/CH10/EX10.6/Ex10_6.sce')
-rw-r--r--3802/CH10/EX10.6/Ex10_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3802/CH10/EX10.6/Ex10_6.sce b/3802/CH10/EX10.6/Ex10_6.sce
new file mode 100644
index 000000000..46b910f7c
--- /dev/null
+++ b/3802/CH10/EX10.6/Ex10_6.sce
@@ -0,0 +1,13 @@
+//Book Name:Fundamentals of Electrical Engineering
+//Author:Rajendra Prasad
+//Publisher: PHI Learning Private Limited
+//Edition:Third ,2014
+
+//Ex10_6.sce
+
+clc;
+clear;
+s=0.05; //Full load slip of 5 percentage
+Iss_by_Isf=5; //Taken from question statement
+Ts_by_Tf=s*(Iss_by_Isf)^2;
+printf("\n Starting torque interms of full load torque=%1.2f*Tf",Ts_by_Tf)