20 likes | 135 Views
Take Home Question 1. Following the process explained in class, convert the following NFA into DFA. Carry out the following steps to complete your answer. Step1: Complete the transition table N for the NFA. Step2 . From N construct D , transition table for the DFA.
E N D
Take Home Question 1 Following the process explained in class, convert the following NFA into DFA. Carry out the following steps to complete your answer. Step1: Complete the transition table Nfor the NFA. Step2. From N construct D, transition table for the DFA. This process consists of several steps and terminates when you cannot add any more rows to the transition table D. Step3: Sketch the DFA.
Take Home Question 2 Find a min-state dfa for the following language L = {an: n mod 3 =0} {an: n mod 5 =1} Take Home Question 3 Minimize the states in the dfa given in the following DFA.