Regular Language: Difference between revisions
Jump to navigation
Jump to search
imported>Gaurav Banga |
imported>Pat Palmer mNo edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
In computing theory, a regular [[language]] is one that is accepted by a [[finite automaton]]. | In computing theory, a '''regular [[language]]''' is one that is accepted by a [[finite automaton]]. | ||
== Equivalent Characterizations == | == Equivalent Characterizations == |
Revision as of 09:16, 15 July 2008
In computing theory, a regular language is one that is accepted by a finite automaton.
Equivalent Characterizations
- is a regular language.
- is accepted by a deterministic finite automaton(DFA).
- is accepted by an alternating finite automaton(AFA).
- is accepted by a non-deterministic finite automaton(NFA).
- is accepted by a generalized non-deterministic finite automaton(GNFA).
- can be described by a regular expression(RE).
Closure Properties
Suppose are regular languages. Then the following languages are also regular.
- (union)
- (intersection)
- (complement)
- (concatenation)
- (asterate)
- (difference)
- (reversal)
Regular languages are also closed under homomorphic images and preimages. Suppose is a regular language and is a string homomorphism. Then the following languages are regular.