Re: List Operation ?
- To: mathgroup at smc.vnet.net
 - Subject: [mg40216] Re: [mg40204] List Operation ?
 - From: Dr Bob <drbob at bigfoot.com>
 - Date: Wed, 26 Mar 2003 02:42:13 -0500 (EST)
 - References: <200303251950.OAA11809@smc.vnet.net>
 - Reply-to: drbob at bigfoot.com
 - Sender: owner-wri-mathgroup at wolfram.com
 
list1 = {{a1, b1, c1, d1, e1, f1}, {a2, b2, c2, d2, e2, f2}};
#[[{1, 2, 4}]] & /@ list1
Bobby
On Tue, 25 Mar 2003 14:50:38 -0500 (EST), Sunil Jayatilleke 
<sunilj at physics.uc.edu> 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
>
>
>
-- 
majort at cox-internet.com
Bobby R. Treat
- References:
- List Operation ?
- From: Sunil Jayatilleke <sunilj@physics.uc.edu>
 
 
 - List Operation ?