Intersection of Finite Automata in Hindi
Unit 2
Types of Finite Automata
Topic 8: Intersection of Finite Automata in Hindi
Algorithm :
complementation and union के संदर्भ में अंतर को defined किया जा सकता है। चूंकि हमारे पास union को प्राप्त करने के लिए Algorithm हैं और एक finite state automaton के complement हैं, इसलिए हम उनके intersection का calculate करने के लिए एक construction दे सकते हैं।
यदि दो set S और T के intersection बराबर है: (Sc U Tc) c, जहां Sc, S का complementation है।
Algorithm एक finite state automaton को calculate करने के लिए है जो दो automaton A 1 और A 2 द्वारा accepted Language के intersection को accepte करता है जो इस प्रकार है -
-
Construct finite state automaton B1 और B2 जो A1 और A2 द्वारा accepted Language के complement को accepte करते हैं
-
Construct finite state automaton C जो B1 और B2 द्वारा accepted Language के union को accepte करता है
-
C प्राप्त करने वाले D से useless and unreachable states को remove कर दें
-
E प्राप्त करने के लिए D को Minimise करें
-
E के inverse को Calculate करें
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