summaryrefslogtreecommitdiff
path: root/1748/CH2/EX2.2.p/problem2_2.sce
blob: 6c106e4ea7b6db9eb6ef0523f3ad303ed79af277 (plain)
1
2
3
4
5
6
7
8
9
//problem 2.2
clc;
clear;
close;
//given data :
P=2;//No. of poles(Assumed for induction motor)
f=50;//in Hz
N=120*f/P;//in rpm
disp(N,"Maximum speed in rpm : ");