Maximum

Input: Maximum(f(x), ForElement(x, S))
maxxSf(x)\mathop{\max}\limits_{x \in S} f(x)

Maximum of the set {f(x):xS}\left\{ f(x) : x \in S \right\}. The result is Undefined\operatorname{Undefined} if the set does not have a mimumum value.

Input: Maximum(f(x), ForElement(x, S), P(x))
maxxS,P(x)f(x)\mathop{\max}\limits_{x \in S,\,P(x)} f(x)

Maximum of the set {f(x):xSandP(x)}\left\{ f(x) : x \in S \,\mathbin{\operatorname{and}}\, P(x) \right\}.

Last updated: 2020-03-06 00:22:16