Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
What is the significances of extended transition function?
wa_tle
asked
in
Theory of Computation
Feb 27, 2022
1,332
views
0
votes
0
votes
What is the significance of the extended transition function?
finite-automata
theory-of-computation
wa_tle
asked
in
Theory of Computation
Feb 27, 2022
by
wa_tle
1.3k
views
answer
comment
Follow
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
0
votes
@wa_tle
Language of a Deterministic Finite Automaton ::
A DFA defines a language. The set of all strings that result in a sequence of state transition from start state to an accepting state is the language defined by the DFA...
The language is denoted as L(M) for a DFA M = (Q, Σ, δ, F q0),
and is defined by L(M) = {w:δ*(q0, w) is in F}….
Here δ* is the extended transition function. The language represented by a DFA is regular….
In order to accept a language L, the FA has to accept all the strings in L and reject all the strings in L'(compliment of a language, i.e. strings not in the language)....
Extended transition function ::
The extended transition function of an automaton tells us what state ends up in after processing an entire string of characters…
In fact, the definition of is what tells us what we mean when we say "process a string"....
The first argument is a state q and the second argument is a string w….
It returns a state just like the transition function discussed in the previous tutorials….
It can be defined as the state in which the FA ends up, if it begins in state q and receives string x of input symbols...
We define δ* recursively as follows:
For any q ϵ Q, δ*(q, є) = q ...
For any q ϵ Q and a ϵ Σ, δ*(q, ya) = δ(δ*(q,y), a) ….
For a string of length 1 δ*(q, a) = δ(q, a)....
1.
https://gateoverflow.in/140550/Toc-dfa-extended-transition-function
2.
https://gateoverflow.in/191491/Extended-transition-function-of-nfa
22
answered
Mar 1, 2022
by
22
comment
Follow
share this
0 Comments
Please
log in
or
register
to add a comment.
← Previous
Next →
← Previous in category
Next in category →
Related questions
1
vote
1
vote
1
answer
1
rahul sharma 5
asked
in
Theory of Computation
Jul 29, 2017
2,040
views
TOC DFA extended transition function
When we define DFA extended transition function : δ(q, e) = δ( q). Assume this is extended transition function with q as state and e as epsilon.Now what does e means in case of DFA extended function?The above transition says it stays on same state.But DFA should hang on e,as e is not defined in DFA.?
rahul sharma 5
asked
in
Theory of Computation
Jul 29, 2017
by
rahul sharma 5
2.0k
views
theory-of-computation
finite-automata
3
votes
3
votes
0
answers
2
hs_yadav
asked
in
Theory of Computation
Jan 8, 2018
810
views
extended transition function of NFA
How to find extended transition fucntion of a NFA ... someone explain using a example.....please ...and representation symbol of extended transition function....
hs_yadav
asked
in
Theory of Computation
Jan 8, 2018
by
hs_yadav
810
views
1
vote
1
vote
0
answers
3
Nitesh Choudhary
asked
in
Theory of Computation
Jul 16, 2017
785
views
TOC Extended Transaction Function of DFA
δ*(q,cya) is equivalent to (a) δ((q, y), a) (b) δ(δ*(q, y), a) (c) δ(q, ya) (d) independent from δ notation Solution: Option (b) i have confusion that if getting input c on q goes a another state x. than ho can b option correct.
Nitesh Choudhary
asked
in
Theory of Computation
Jul 16, 2017
by
Nitesh Choudhary
785
views
theory-of-computation
finite-automata
1
vote
1
vote
1
answer
4
rahul sharma 5
asked
in
Theory of Computation
Jul 29, 2017
383
views
TOC NFA epssilon transition
In case of NFA, assume i have defined e(epsilon transition) from qo to q1:- Now if e comes on qo,then can i stay on same qo or do i need to follow transition from qo to q1?
rahul sharma 5
asked
in
Theory of Computation
Jul 29, 2017
by
rahul sharma 5
383
views
theory-of-computation
finite-automata
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
From GATE to Australia
DRDO Previous Year Papers
From Rank 4200 to 64: My Journey to Success in GATE CSE Exam
What are the key things to focus on during the final 10-15 days before the GATE exam to improve performance?
All India GO Classes Mock test
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.6k)
Non GATE
(1.3k)
Others
(2.4k)
Admissions
(649)
Exam Queries
(842)
Tier 1 Placement Questions
(17)
Job Queries
(74)
Projects
(9)
Unknown Category
(853)
Recent Blog Comments
Yes, CDU provides assistance for internships...
Are you fully aware of the job opportunities in...
When this exam will happen ?
Can Someone guide me how to prepare for interview...
It's not a standard resource, don't follow them.
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy