Eingabe:
A1 = (Σ, Q1, I1, δ1, F1)
mathend000#,
Ausgabe: A
mathend000# mit
Lang(A) = Σ*
Lang(A1)
mathend000#
Lösung durch Potenzmengen-Konstruktion:
A = (Σ, Q, I, δ, F)
mathend000# mit
- Q = 2Q1
mathend000# (daher der Name)
-
I = {I1}
mathend000#,
F = 2Q1
F1
mathend000#
-
δ(c)(M) = ...
mathend000#
Korrektheit:
∀w∈Σ* : w∈Lang(A)
w
Lang(A1)
mathend000#
Komplexität:
| Q| = 2| Q1|
mathend000#
(hier: Zeit =
mathend000# Platz)
2014-03-31