54.6k views
5 votes
PS NS Z

X=0 X=1 X=0 X=1
A B C 0 1
B A E 1 0
C D A 0 1
D C E 1 0
E A F 1 0
F E F 0 1

For the presented state table, identify the states
equivalents and creates a table of reduced states

User Jmoreira
by
8.3k points

1 Answer

6 votes

Final answer:

To identify the state equivalences and create a table of reduced states from the given state table, we need to look for states that have the same transitions and merge them into a single state.

Step-by-step explanation:

To identify the state equivalences and create a table of reduced states from the given state table, we need to look for states that have the same transitions and merge them into a single state. We can start by grouping states that have the same transitions:

PS = A

NS = B, C

Z = D, E, F

Next, we create a table of reduced states by assigning a new symbol to each group of equivalent states:

PS = A

NS = B

Z = C

User Woubuc
by
8.1k points