Construct the minimum-state DFA for regular expression (a|b)*a(a|b). Please show all intermediate steps (NFA, DFA, and DFA with minimum states, as well as the whole calculation process).