Hello i am new to this concept. Take two languages:- $$L_1=a^*baa^*$$ $$L_2=ab^*$$ and $L_1/L_2$ (right quotient) would be $(a^*b + a^*baa^*)$?
Does this mean that suffix of $L_1$ and anything from $L_2$ I mean 'a' in $L_2$ which would be suffix of $L_1$ and hence we would remove it.)?
I searched internet and found this link but it is not clear to me how $L_1/L_2$ is $(a^*b + a^*baa^*)$.