diff options
author | David A. Madore <david+git@madore.org> | 2017-11-11 12:40:30 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2017-11-11 12:40:30 +0100 |
commit | 6209badb2ed0a4017b902e24f4d3959a56c44994 (patch) | |
tree | 09a41378bbcca6c3d4ebdc10325c10ebb772c0f2 | |
parent | 21e376835bd989a5150e67eece45a0cb161411ab (diff) | |
download | inf105-6209badb2ed0a4017b902e24f4d3959a56c44994.tar.gz inf105-6209badb2ed0a4017b902e24f4d3959a56c44994.tar.bz2 inf105-6209badb2ed0a4017b902e24f4d3959a56c44994.zip |
Typo.
-rw-r--r-- | notes-inf105.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes-inf105.tex b/notes-inf105.tex index 5fa2d6b..1b63140 100644 --- a/notes-inf105.tex +++ b/notes-inf105.tex @@ -1434,7 +1434,7 @@ $q_2 := \delta(q_1,x_2)$, et ainsi de suite jusqu'à $q_n := $q_0\to q_1$ (en consommant $x_1$) puis $q_1\to q_2$ (en consommant $x_2$) et ainsi de suite. Si $q_n$ est l'état dans lequel se trouve l'automate une fois qu'il a consommé le mot $w$, on dira que -l'automate \emph{acepte} ou \emph{rejette} le mot selon que $q_n \in +l'automate \emph{accepte} ou \emph{rejette} le mot selon que $q_n \in F$ ou que $q_n \not\in F$. \smallskip |