Subject: Different max behavior from commercial product.
From: Donna and Dan Stanger
Date: Sun, 28 Aug 2005 14:35:53 -0400
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])