MathGroup Archive 2003

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

Search the Archive

Re: List Operation ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40214] Re: [mg40204] List Operation ?
  • From: John Paul Parmigiani <jparm at umich.edu>
  • Date: Wed, 26 Mar 2003 02:42:05 -0500 (EST)
  • References: <200303251950.OAA11809@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

try  Map[{#[[1]],#[[2]],#[[4]]}&,list1]

Sunil Jayatilleke wrote:

>I have a list as follows
>
>list1 = {{a1,b1,c1,d1,e1,f1},{a2,b2,c2,d2,e2,f2},{............}.............}
>
>Now I want to do the following
>
>list2 ={{a1,b1,d1},{a2,b2,d2}......................}
>
>How can I do that ?
>
>thanks
>
>SJ
>
>
>  
>




  • Prev by Date: Re: List Operation ?
  • Next by Date: Re: List Operation ?
  • Previous by thread: List Operation ?
  • Next by thread: Re: List Operation ?