Drop elements from list
- To: mathgroup at smc.vnet.net
- Subject: [mg94161] Drop elements from list
- From: SigmundV <sigmundv at gmail.com>
- Date: Sat, 6 Dec 2008 06:14:23 -0500 (EST)
Dear group, Consider a list of length, say, 20: a = RandomReal[{},20]; How would you then drop/delete elements, say, 2-5 and 7-10 from this list? The built-in function Drop does not seem to include such a possibility. I should add that I do not have access to Mathematica 7, so any solution should work in version 6. Kind regards, Sigmund
- Follow-Ups:
- Re: Drop elements from list
- From: "Adriano Pascoletti" <adriano.pascoletti@gmail.com>
- Re: Drop elements from list