Re: x and y plot finding maximum
- To: mathgroup at smc.vnet.net
- Subject: [mg122958] Re: x and y plot finding maximum
- From: "Oleksandr Rasputinov" <oleksandr_rasputinov at hmamail.com>
- Date: Fri, 18 Nov 2011 07:49:42 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <ja5f65$6a7$1@smc.vnet.net>
On Fri, 18 Nov 2011 11:22:45 -0000, florian <flott32 at hotmail.com> 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!!! > In[1] := lista = RandomInteger[{1, 10}, {5, 2}] Out[1] = {{8, 3}, {9, 6}, {8, 3}, {2, 8}, {7, 4}} In[2] := {maxx, maxy} = Max /@ Transpose[lista] Out[2] = {9, 8}
- Follow-Ups:
- Integrating a rotated function inbetween two circles
- From: "Dr. Peter Klamser" <klamser@googlemail.com>
- Integrating a rotated function inbetween two circles