summaryrefslogtreecommitdiff
path: root/3802/CH10/EX10.6/Ex10_6.sce
blob: 46b910f7c10f18d3cb93f23380b6bc283fa3611b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)