Different max behavior from commercial product.



Stavros Macrakis wrote:

> I agree that max() == apply(max,[]) should be minf.
>
> What does commercial Macsyma do with max([2,3])?  with
> max([2,3],[3,2])?

max([2,3]) returns 3 but
max([2,3],[3,2]) returns max([3, 2], [2, 3])