Regular Expression to Epsilon NFA

Introduction

  • ∈-NFA is similar to the NFA but have minor difference by epsilon move. This automaton replaces the transition function with the one that allows the empty string ∈ as a possible input. The transitions without consuming an input symbol are called ∈-transitions.
  • In the state diagrams, they are usually labeled with the Greek letter ∈. ∈-transitions provide a convenient way of modeling the systems whose current states are not precisely known: i.e., if we are modeling a system and it is not clear whether the current state (after processing some input string) should be q or q', then we can add an ∈-transition between these two states, thus putting the automaton in both states simultaneously.

Common regular expression used in make ∈-NFA
Introduction

Example: Create a ∈-NFA for regular expression: (a/b)*a

Introduction

The document Regular Expression to Epsilon NFA is a part of the Computer Science Engineering (CSE) Course Theory of Computation.
All you need of Computer Science Engineering (CSE) at this link: Computer Science Engineering (CSE)
Explore Courses for Computer Science Engineering (CSE) exam
Get EduRev Notes directly in your Google search
Related Searches
Important questions, past year papers, Sample Paper, Exam, Summary, Regular Expression to Epsilon NFA, study material, Free, Viva Questions, Regular Expression to Epsilon NFA, practice quizzes, ppt, MCQs, Extra Questions, video lectures, pdf , Regular Expression to Epsilon NFA, Semester Notes, shortcuts and tricks, Objective type Questions, Previous Year Questions with Solutions, mock tests for examination;