Union process in DFA | What is Union process in TOC
Unit 2
Types of Finite Automata
Topic 7 : Regular Expression in TOC in Hindi
Union process in DFA | What is Union process in TOC
नीचे के उदाहरण की सहायता से Deterministic Finite Automata (DFA) में Union प्रक्रिया को समझें
{A, b} string के set के लिए DFA Design करना, जैसे कि Language का String अलग-अलग Symbol के साथ start और end होता है। वहाँ दो desired language बनाई जाएगी
L1 = {ab, aab, aabab, .......}
L2 = {ba, bba, bbaba, .......}:
L1 = {a से शुरू होता है और b से समाप्त होता है} और L2 = {b से शुरू होता है और a से समाप्त होता है। फिर L= L1 ∪ L2 या L = L1 + L2
State Transition Diagram for the language L1
यह DFA B के साथ शुरू होने और समाप्त होने वाले सभी String को स्वीकार करता है। यहां, state A initial state है और state C final state है।
State Transition Diagram for the language L2
यह DFA सभी String को B से शुरू करता है और A के साथ समाप्त होता है। यहां, state A initial state है और state C final state है।
अब, L1 और L2 Language के union से, जो language का Final Result देता है जो विभिन्न तत्वों के साथ start और end होता है।
State Transition Diagram of L1 ∪ L2
इस प्रकार जैसा कि हम देखते हैं कि L1 और L2 को union process के through से जोड़ा गया है और यह Final DFA एक अलग Symbol के साथ Start और End होने वाली सभी Language को स्वीकार करता है।
Related Post
- What is Automata machine in hindi | Examples of automata machines
- Finite Automata as a language acceptor and translator | Deterministic Finite Automata (DFA) | Nondeterministic Finite Automata(NFA) in Hindi
- What is Moore machines and mealy machines in Hindi
- What is Turing machine (composite machine) in toc in hindi
- Conversion from Mealy to Moore and vice versa in Hindi
- Non Deterministic Finite Automata in Hindi (NDFA)
- Deterministic Finite Automaton in Hindi (DFA) | Deterministic Finite-State Machine (DFSM)
- Conversion of NDFA to DFA in Hindi
- Arden's Theorem in TOC in Hindi
- Minimization of DFA in Hindi (Minimization of Automata Machines)
- Regular Expression in TOC in Hindi
- Union process in DFA | What is Union process in TOC
- Intersection of Finite Automata in Hindi
- Properties of Context Free Languages Hindi
- Two-way Deterministic Finite Automaton (2DFA) in Hindi
- Types of Grammar in TOC in Hindi | Chomsky Hierarchy in Theory of Computation
- Derivation Tree in TOC in Hindi
- Ambiguity in Grammar in TOC in Hindi
- Simplification of context free grammar in Hindi
- Conversion of grammar to automata machine and vice versa in Hindi
- Chomsky normal form and Greibach normal form in hindi
- What is Pushdown Automata in TOC in Hindi
- Example of PDA in Hindi | Example of Pushdown Automata in Hindi
- Deterministic pushdown automaton And Non-Deterministic pushdown automaton in Hindi
- Conversion of PDA Into Context Free Grammar and Vice Versa | PDA in TOC in hindi | Push Down Automata in Hindi | Context Free Grammar in Hindi
- CFG equivalent to PDA in hindi | context free grammar equivalent to push down automata in hindi | toc tutorial in hindi | theory of computation in hindi