You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a good way to represent the transition semigroup/monoid for DFA? I can think of a way to put all the induced functions q → q into a list for a given DFA q s but I'm not sure that would be helpful just yet.
Is there a good way to represent the transition semigroup/monoid for DFA? I can think of a way to put all the induced functions
q → q
into a list for a givenDFA q s
but I'm not sure that would be helpful just yet.This could come in handy for that later:
The text was updated successfully, but these errors were encountered: