CS 3343 Analysis of Algorithms |
Word Problem Undecidable |
Example of the Undecidable Word Problem: Given an alphabet of three symbols a, b, c, and given three equations
bc = cba ac = ca
One might ask questioning like: "Can we deduce for the three equations that bacabca = acbca?" The word problem for any finite set of equations is the general question: given an equation, can it be deduced from the given equations or not? |