Give the transitions for a turing machine that accepts the language given below.
L = {AnBnCn : n>=1}
Where,
An denotes a raised to the power n (a^n)
Bn denotes b raised to the power n (b^n)
Cn denotes c raised to the power n (c^n)
Apart from the transitions list for the turing machine, solution also provides stepwise guidance on how to construct a graphical representation for it.