2025-02-25 09:08:29 -07:00

9 lines
407 B
Markdown

# Absolute Maximum
A function $f$ has an *absolute maximum* at $c$ if $f(c) >= f(x)$. We call $f(c)$ the maximum value of $f$.
The absolute maximum is the largest possible output value for a function.
# Absolute Minimum
A function $f$ has an absolute minimum at $c$ if $f(c) <= f(x)$. $f(c)$ is the absolute minimum value of $f$.
The absolute minimum is the smallest possible output value for a function.