Alphabets, Strings and Languages
Print this page
First   |   Last   |   Prev   |   Next
Reversal of a language :
The reversal of a language L, denoted as , is defined as:  .

Example :

  1. Let L = { 0, 11, 01, 011 }. Then    = { 0, 11, 10, 110 }.
  2. Let L = { | n is an integer }. Then =  { | n is an integer }.

Language concatenation : The concatenation of languages and is defined as
= { xy | and }.

Example :  { a, ab }{ b, ba } = { ab, aba, abb, abba }.

First   |   Last   |   Prev   |   Next