On 8/20/07, Sheldon Newhouse <sen1 at math.msu.edu> wrote:
> Is there a function giving the max and min of the rows of a matrix ?
map(lmax,args(m))
map(lmax,args(transpose(m)))
etc.
Not hugely efficient, but simplification will usually be the
efficiency bottleneck for symbolic matrices.
-s