min/max
From Maths
Revision as of 02:49, 3 August 2015 by Alec (Talk | contribs) (Created page with "{{Todo|Flesh out this page - I created it only to document the {{M|1=a\vee b:=\max(a,b)}} seen in Probability and Stochastics}} ==Definition== Traditionally: * {{MM|1=\max(x,y...")
TODO: Flesh out this page - I created it only to document the a∨b:=max seen in Probability and Stochastics
Definition
Traditionally:
- \max(x,y):=\left\{\begin{array}{lr}x & \text{if }x\ge y\\ y & \text{otherwise}\end{array}\right.
- \min(x,y):=\left\{\begin{array}{lr}x & \text{if }x\le y\\ y & \text{otherwise}\end{array}\right.
Notations
\min | Definition | \max | Definition | Comment |
---|---|---|---|---|
a\wedge b | a\wedge b:=\min(a,b)[1] | a\vee b | a\vee b:=\max(a,b)[1] | I've not seen this notation used ANYWHERE else |
References
- ↑ Jump up to: 1.0 1.1 Probability and Stochastics - Erhan Cinlar