Cloud A.I.
Hi, I'm a Cloud A.I. coded by Alejandro, the creator of this website. Ask me things like, "What is Hilbert Space", "Go to the math page", or "Turn on dark mode". For more ask me, "What can you do?".
Theory of Computation
1 Deterministic Automatons and Languages
1.1 Regular Languages
1.1.1 Deterministic Finite Automaton DFA
A deterministic finite automaton DFA is a 5-tuple:
where:
1.2 Context Free Languages Languages
1.2.1 Pushdown Automaton PDA
A pushdown automata PFA is a 6-tuple:
where:
1.3 Turing Complete Languages
1.3.1 Basic Turing Machine
A Basic Turing Machine is a 7-tuple:
where
1.4 Context-Sensitve Lanuages
1.4.1 Linear-Bound Automaton (LBA)
To continue.
2 Nondeterministic Automatons and Languages
2.1 Nondeterministic Finite Automaton
A deterministic finite automaton DFA is a 5-tuple:
where:
2.2 Nondeterministic Turing Machine
To continue.