From 6d8c28488034c5df745fbe2276071a3eb74e4c42 Mon Sep 17 00:00:00 2001 From: Florent Madelaine Date: Mon, 13 Oct 2025 11:45:43 +0200 Subject: [PATCH] correction ab --- 1-ComputationAndData/0Planning2025.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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é. +