MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Select Maximum Value

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107911] Re: Select Maximum Value
  • From: "Fabrice P. Laussy" <fabrice.laussy at google.mail.com>
  • Date: Tue, 2 Mar 2010 07:54:50 -0500 (EST)
  • References: <hmikvl$55o$1@smc.vnet.net>

graser wrote:

> I want to pick up the maximum value of each list  in the Array
> 
> A={{2, 4, 1, 3, 2, 2}, {4,7,9,1,2,4}}

> [...] is there any way I can do it in just one step with Select function
> or any thing else?

Max /@ A


  • Prev by Date: Re: Annoying error in Hypergeometric2F1
  • Next by Date: Re: Harmonic Numbers
  • Previous by thread: Re: Select Maximum Value
  • Next by thread: Re: Select Maximum Value