diff --git a/1-ComputationAndData/0Planning2025.md b/1-ComputationAndData/0Planning2025.md index 63a3a34..ae7b7f1 100644 --- a/1-ComputationAndData/0Planning2025.md +++ b/1-ComputationAndData/0Planning2025.md @@ -187,8 +187,12 @@ On peut ajouter un état poubelle (KO). Exemples de calcul. Pour le mot ab: - -$$q0 \xrightarrow{a}{}, qa, b, qab$$ +$$q0 \xrightarrow{a}{} qa \xrightarrow{b}{} qab$$ 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é. +