definition of a finite automaton
play

Definition of a Finite Automaton A finite automaton is defined by a - PDF document

Chapter 5: Finite Automata Peter Cappello Department of Computer Science University of California, Santa Barbara Santa Barbara, CA 93106 cappello@cs.ucsb.edu The corresponding textbook chapter should be read before attending this


  1. Chapter 5: Finite Automata ∗ Peter Cappello Department of Computer Science University of California, Santa Barbara Santa Barbara, CA 93106 cappello@cs.ucsb.edu • The corresponding textbook chapter should be read before attending this lecture. • These notes are not intended to be complete. They are supplemented with figures, and other material that arises during the lecture period in response to questions. ∗ Based on Theory of Computing , 2nd Ed., D. Cohen, John Wiley & Sons, Inc. 1

  2. Definition of a Finite Automaton A finite automaton is defined by a 5-tuple: • A finite set of states , Q . • A finite set of input symbols , Σ. • A transition function , δ : Q × Σ �→ Q . • A start state , q 0 ∈ Q . • A set of final or accepting states F ⊆ Q . 2

  3. Let A = ( Q, Σ , δ, q 0 , F ) be a finite automaton. • Let s 1 s 2 . . . s n ∈ Σ ∗ . • A starts in q 0 , reads s 1 , and transitions to δ ( q 0 , s 1 ), say, q 1 . • A continues in q 1 , reads s 2 , and transitions to δ ( q 1 , s 2 ) = q 2 . • Continuing in this way, A goes through a sequence of state transitions q 0 , q 1 , . . . , q n . • A accepts s 1 s 2 . . . s n if and only if q n ∈ F • L ( A ), the language accepted by A is { w | A accepts w } . It is useful to represent the finite automaton as a transition diagram . 3

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend