summaryrefslogtreecommitdiff
path: root/1748/CH2/EX2.1.p/problem2_1.sce
blob: 248d6aa76438b12cbf21fd74a4a4042aad8de85b (plain)
1
2
3
4
5
6
7
8
9
//problem 2.1
clc;
clear;
close;
//given data :
P=8;//No. of poles
f=50;//in Hz
Ns=120*f/P;//in rpm
disp(Ns,"Synchronous speed in rpm : ");