I have this confusion related to palindrome language. I have found it being mentioned if a language L is equal to its reverse, it is a palindrome language.
But lets say
L = {aaab, baaa}
Then $L^R= \{baaa,aaab\}$
Definitely,
L = $L^R$ in this case
But the language isn't palindrome isn't it. Any insights?