I am trying to convert this state machine diagram into its corresponding state transition table but I don't know what to write in the cell marked with question mark. Should I write both (a2/e2) and (a3/e3)?
Your table is a state transition matrix. You need in any case to show both alternative paths in the S2->S1 cell, i.e. a2/e2
and a3/e3
.
There is as far as I know no standard specification for such matrix. So any of the following should do:
What you cannot do is to duplicate the whole line, since this would break the matrix. This technique only works with 1D state transition tables (i.e. each line correspond to one arrow)