Re: List Manipulation
- To: mathgroup@smc.vnet.net
- Subject: [mg10558] Re: [mg10471] List Manipulation
- From: seanross@worldnet.att.net
- Date: Tue, 20 Jan 1998 16:54:01 -0500
- References: <199801160934.EAA08283@smc.vnet.net.>
Paul.Hanson@colorado.edu wrote: > > Hola! > Hope you're all doing well. If I have a list of n lists, and want to > get rid of all the even ones how would I go about doing this? That > is, {{n1},{n2},.....{2n}} converted to {{n1},{n3}...{2n-1}}. I tried > using the various procedures in Wolfram's book, but nothing seems to > work (ie, Delete, Take, etc.). Thanks for the help. > > Paul Hanson > > -- > * * > * * > /\ */\* > / \ / \ /\ have you tried Table[list[[2 n]],{n,1,whatever}]? -- Remove the _nospam_ in the return address to respond.
- References:
- List Manipulation
- From: Paul.Hanson@colorado.edu
- List Manipulation