mirror of
https://github.com/danbulant/notes
synced 2026-07-06 19:40:46 +00:00
411 B
411 B
| tags | ||
|---|---|---|
|
Vlastnosti funkcí
Monotónost
Jak jde posloupnost čísel na části (nebo celku) oboru hodnot.
- klesající
- rostoucí
Funkce $f(x)$ je rostoucí když $\Leftrightarrow \forall x_1;x_2 \in D(f):x_1<x_2;\wedge f(x_1)<f(x_2)$
Funkce $f(x)$ je klesající když $\Leftrightarrow \forall x_1;x_2 \in D(f):x_1<x_2;\wedge f(x_1)>f(x_2)$