MathGroup Archive 2011

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

Search the Archive

Re: x and y plot finding maximum

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122959] Re: x and y plot finding maximum
  • From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
  • Date: Fri, 18 Nov 2011 07:49:52 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201111181121.GAA06431@smc.vnet.net>

Hi,

what about 

{Min[#], Max[#]} & /@ Transpose[lista]

?

Cheers
Patrick


On Fri, 2011-11-18 at 06:21 -0500, florian wrote:
> It seems like a fairly simple job but somehow i cannot find a solution. 
> 
> I have a list of coordinates lista={{3,2},{4,8},...}
> 
> What i would like to do is to find the max/min y and x coordinates.
> 
> Help would be really appreciated!! Thanks!!!
> 





  • Prev by Date: Re: Solve for parameters of a
  • Next by Date: How to force integers
  • Previous by thread: x and y plot finding maximum
  • Next by thread: Re: x and y plot finding maximum