Automaten (Operationen: Durchschnitt)

Eingabe: A1 = (Σ, Q1, I1, δ1, F1), A2 = (Σ, Q2, I2, δ2, F2) mathend000#,

Ausgabe: A mathend000# mit Lang(A) = Lang(A1)∩Lang(A2) mathend000#

Lösung durch Kreuzprodukt-Konstruktion: A = (Σ, Q, I, δ, F) mathend000# mit

Korrektheit: wΣ* : w∈Lang(A)$ \iff$w∈Lang(A1)∧w∈Lang(A2) mathend000#


Komplexität: | Q| = | Q1|⋅| Q2| mathend000# (hier: Zeit = mathend000# Platz)



2014-03-31