summaryrefslogtreecommitdiff
path: root/2123/CH4/EX4.11/Exa_4_11.sce
blob: 49a27a458684982b1787854f62e07cf3e3dd0a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Example No. 4.11
clc;
clear;
close;
format('v',7);

//Given Data : 
Rating=25;//KW
T=90;//min
ts=30;//min
S=sqrt(1/(1-exp(-ts/T)));
HalfHourRating=S*Rating;//KW
disp(HalfHourRating,"Half hour rating of motor in KW : ");
//Answer wrong in textbook.