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!!!
>
- References:
- x and y plot finding maximum
- From: florian <flott32@hotmail.com>
- x and y plot finding maximum