eduroam-prg-hf-1-7-38.net.univ-paris-diderot.fr 2025-10-8:16:19:19

This commit is contained in:
oskar
2025-10-08 16:19:19 +02:00
parent 408b941a83
commit 8a28b83720
12 changed files with 37 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
---
up:
- "[[machine de turing]]"
tags:
- s/informatique/algorithmie
aliases:
---
> [!definition] Définition
> Soit $\Sigma$ un alphabet
> Un langage $L \subseteq \Sigma^{*}$ est **décidé** par une [[machine de turing]] $M$ si :
> $\forall x \in L,\quad M \text{ accepte } x$
> $\forall x \in \Sigma^{*} \setminus L,\quad M \text{ rejette } x$
^definition