seheory Flashcards
is the mathematical theory of a simple class of algorithms that are important in mathematics and computer science.
theory of finite automata
deals with the logic of Computation with respect to simple machines, referred to
AUTOMATA.
group of “objects
set
Set that contains no elements is call empty or null set.
rue
The number of elements in a set is its size or cardinality
rue
sets contains all the elements in EITHER set
UNION
sets contains all the elements in BOTH sets
INTERSECTION
they have NO elements in common
disjoint
is the elements in one set that are NOT in the other
difference
contains all the elements in either set but NOT both
symmetric difference
is all the elements that are NOT in the set
complement of a set
a finite set of states
Q
a finite set of symols
E
a transition function that takes as argument a state and a symol and returns a state
&
start state
q0