MathGroup Archive 2008

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

Search the Archive

Re: Convert Array to Simple List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86972] Re: [mg86940] Convert Array to Simple List
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Fri, 28 Mar 2008 03:12:43 -0500 (EST)
  • References: <200803271315.IAA19529@smc.vnet.net>

On Mar 27, 2008, at 9:15 AM, 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}
>


Flatten[{{a,b},{c,d}}]

Regards,

Sseziwa


  • Prev by Date: Re: Re: smallest fraction
  • Next by Date: Re: Convert Array to Simple List
  • Previous by thread: Convert Array to Simple List
  • Next by thread: Re: Convert Array to Simple List