diff --git a/education/math/MATH1210 (calc 1)/Max and Min.md b/education/math/MATH1210 (calc 1)/Max and Min.md new file mode 100644 index 0000000..0d2dc47 --- /dev/null +++ b/education/math/MATH1210 (calc 1)/Max and Min.md @@ -0,0 +1,9 @@ +# 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. \ No newline at end of file