MathGroup Archive 2003

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

Search the Archive

Re: List Operation ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40212] Re: [mg40204] List Operation ?
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Wed, 26 Mar 2003 02:41:58 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On Tuesday, March 25, 2003, at 02:50 PM, 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 ?
>
>

list2=#[[{1,2,4}]]&/@list1

Regards,

Sseziwa



  • Prev by Date: matrix differential equations with NDSolve
  • Next by Date: Re: List Operation ?
  • Previous by thread: Re: List Operation ?
  • Next by thread: Re: List Operation ?