Re: Convert Array to Simple List
- To: mathgroup at smc.vnet.net
- Subject: [mg86979] Re: Convert Array to Simple List
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 28 Mar 2008 03:14:02 -0500 (EST)
- References: <fsg6j6$iuk$1@smc.vnet.net>
Hi,
what may Flatten[] do ?
Regards
Jens
Pierre wrote:
> I need to convert an Array (List of List) to a simple List by concatening the colums or the lines.
>
> e.g. : {{a,b},{c,d}} ==>{a,b,c,d}
> or
> {{a,b},{c,d}} ==>{a,c,b,d}
>