Back to Home

Language Equivalence Tester

Test if Two Automata Recognize the Same Language
This tool allows you to determine if two finite automata recognize the same language.
First Automaton
Define the first automaton you want to compare

States

NameStartAcceptActions
q₀
q₁
q₂

Transitions

FromSymbol(s)ToActions
q₀aq₁
q₁bq₂
q₂a,bq₂

Preview

Second Automaton
Define the second automaton you want to compare

States

NameStartAcceptActions
s₀
s₁
s₂

Transitions

FromSymbol(s)ToActions
s₀as₀
s₀bs₁
s₁as₂
s₂a,bs₂

Preview

Predefined Examples
Choose from these example pairs of automata