REVISION 7
Given the language L(M) = {$a^{m+1}b^mc^n$ | $m > 0$, $n >= 0$}, answer the following questions:
a) Design the Turing Machine that accept the language L(M).
b) Trace the computation of the Turing Machine that process the string aaabbc.
c) What is the shortest string in the language accepted by the Turing Machine.
d) What is the simplest machine that can represent this language?