update
This commit is contained in:
20
partie positive d'une fonction.md
Normal file
20
partie positive d'une fonction.md
Normal file
@@ -0,0 +1,20 @@
|
||||
up::[[programmation.fonction|fonction]]
|
||||
sibling:: [[partie négative d'une fonction]]
|
||||
#maths/analyse
|
||||
|
||||
> [!definition] [[partie positive d'une fonction]]
|
||||
> Soit l'application $f : E \to \mathbb{R}$
|
||||
> On note $f^{+}$ la **partie positive** de $f$, définie par :
|
||||
> $f^{+}(x) := \begin{cases} f(x) & \text{si } x\geq 0\\ 0 & \text{sinon} \end{cases}$
|
||||
^definition
|
||||
|
||||
# Propriétés
|
||||
|
||||
> [!proposition]+
|
||||
> - $|f| = f^{+} + f^{-}$
|
||||
> - $f = f^{+} - f^{-}$
|
||||
>
|
||||
> (voir [[partie négative d'une fonction]])
|
||||
|
||||
# Exemples
|
||||
|
Reference in New Issue
Block a user