Max Max[e1, e2, ...] the maximum of the expressions. Attributes[Max] := {Flat, NumericFunction, OneIdentity, Orderless, Protected} Simple examples In[1]:= Max[1, 2, 3] Out[1]= 3 In[2]:= Max[1, a, 3] Out[2]= Max[3, a]