summaryrefslogtreecommitdiff
path: root/503/CH7/EX7.1/ch7_1.sci
blob: 99b5ca14ed2e83d44a8f6d5cf4f7427fe2972755 (plain)
1
2
3
4
5
6
7
8
9
// to calculate no of parrallel path

clc;
S=12;        //no of commutator segments
P=4;
Y_cs=S/P;        //slots
Y_b=2*Y_cs+1;
y_f=Y_b-2;
disp(y_f,'no of parralel path');