summaryrefslogtreecommitdiff
path: root/48/CH12/EX12.10/eg_12_10.sce
blob: 96e782628f7f63af07ccac741232cbc6c21e18e9 (plain)
1
2
3
4
5
6
clc;
clear;
disp("Partition pi of the machine M5 is {(AB),(CD),(EF)}");
disp("If M5 posses a closed partition pi such that pi>λi .if the autonomous clock has #pi states the period p will be less than or equal to #pi ");
disp("since in the above closed partition of M5 we have 3 states i.e. (AB) as one state and (CD) and (EF) as other two");
disp("So the periodof the autonomous clock is p=3")