min/max
From Maths
TODO: Flesh out this page - I created it only to document the a∨b:=max(a,b) seen in Probability and Stochastics
Contents
[hide]Definition
Traditionally:
- max(x,y):={xif x≥yyotherwise
- min(x,y):={xif x≤yyotherwise
Notations
min | Definition | max | Definition | Comment |
---|---|---|---|---|
a∧b | a∧b:=min(a,b)[1] | a∨b | a∨b:=max(a,b)[1] | I've not seen this notation used ANYWHERE else |
See also
References
- ↑ Jump up to: 1.0 1.1 Probability and Stochastics - Erhan Cinlar