9 lines
407 B
Markdown
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.
|