This commit is contained in:
Oscar Plaisant
2024-12-21 19:09:11 +01:00
parent 3a5cad8e48
commit 4a9afe51fa
29 changed files with 228 additions and 56 deletions

View File

@@ -1,9 +1,17 @@
up:: [[analyse]]
down::[[fonctions particulières]]
#maths/analyse
---
up:
- "[[analyse]]"
down:
- "[[fonctions particulières]]"
tags:
- "#maths/analyse"
sibling:
- "[[programmation.fonction]]"
---
> [!definition] [[fonction]]
>
> Soient $E$ et $F$ deux ensembles
> On appelle **fonction** la donnée d'une partie $G \subset E \times F$ telle que pour tout $x \in E$, il existe au plus un $y \in F$ tel que $(x, y) \in G$. On dit alors
^definition
> [!idea] intuition