See the L={a^n|nā„0} definded over šŗ ={a,b} is containing the strings with number of a's ({eps, a, aa, aaa....})
now complement of this language must not contain eps,a, aa... so on to which we can also infer as It must contain atleast 1 b makin the language to be {b, ab, ba, aab, abb, aba, baa, bab,bba, bbb....}
so we can write it as (a+b)* b (a+b)* OR as L= {(a+b)^n b (a+b)^m | m,n>= 0}
Ā