I am currently taking a course of Theory of Automata and i came up with following problems. I came up with the answer of 1st one but confused about the statement of 2nd question.
(i) Give a recursive definition for the language S* where S = {aa,b}.
Step 1: Lamba, aa, b are in S.
Step 2: If x is in S then so is bx and xb.
I want to confirm my confirm my answer.
And the following the question i am totally confused about and isn't able to come up with an answer.
(ii) Give a recursive definition for the language T* where T = {w1, w2, w3, w4} where these w's are some particular words.