correction ab

This commit is contained in:
2025-10-13 11:45:43 +02:00
parent 73a3c41c5a
commit 6d8c284880

View File

@@ -187,8 +187,12 @@ On peut ajouter un état poubelle (KO).
Exemples de calcul. Exemples de calcul.
Pour le mot ab: Pour le mot ab:
$$q0 \xrightarrow{a}{} qa \xrightarrow{b}{} qab$$
$$q0 \xrightarrow{a}{}, qa, b, qab$$
qab est acceptant donc le mot est accepté. qab est acceptant donc le mot est accepté.
Pour le mot a:
Pour le mot ab:
$$q0 \xrightarrow{a}{} qa$$
qa est non-acceptant donc le mot est rejeté.