MathGroup Archive 2008

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

Search the Archive

Convert Array to Simple List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86940] Convert Array to Simple List
  • From: Pierre <pierre-emile.lhuillier at mines-nancy.org>
  • Date: Thu, 27 Mar 2008 08:15:02 -0500 (EST)

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}


  • Prev by Date: Re: smallest fraction
  • Next by Date: The FinancialData Function
  • Previous by thread: Re: Re: Another stylesheet question
  • Next by thread: Re: Convert Array to Simple List