summaryrefslogtreecommitdiff
path: root/3826/CH1/EX1.6/Ex1_6.sce
blob: aa641213889ef78f63e94765ef4514d0755850eb (plain)
1
2
3
4
5
6
7
//Example 1_6 page no:69
clc;
//given
avg_value = 42*10^4;
//the rating of the motor is
rating = sqrt(avg_value);
disp(rating,"the kilowatt rating for the motor is (in kW)");