|
[Date Index]
[Thread Index]
[Author Index]
delete something from a complex list
- To: mathgroup at smc.vnet.net
- Subject: [mg58075] delete something from a complex list
- From: mark <rotree2003 at yahoo.com>
- Date: Fri, 17 Jun 2005 05:20:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
hi
how to delete numbers 1 and 2 from the multilevel nested list, while preserving the structure:
{{{{1,3,2,4}},{{5,2}}},{{4,2},{6,1,7}}}
i hope the result is:
{{{{3,4}},{{5}}},{{4},{6,7}}}
i have tried delete with no success but after i have flatten the list.
thanks
Prev by Date:
Mathematica 5.0 eps generation
Next by Date:
Re: Mathematica 5.1 Cumulative Normal Definition
Previous by thread:
Re: Mathematica 5.0 eps generation
Next by thread:
Re: delete something from a complex list
|