Re: Parts of a list
- To: mathgroup at smc.vnet.net
- Subject: [mg15480] Re: Parts of a list
- From: Emmanuel.Peccoud at e-notebooks.com (Emmanuel Peccoud)
- Date: Mon, 18 Jan 1999 04:22:23 -0500
- Organization: e-NoteBooks Ltd.
- References: <77jkve$304@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hossein Kazemi <kazemi at som.umass.edu> wrote:
> x={{1,0},{2.5, .5},{3,0},{0,2}}
Use Select as in
Select[x, #[[2]]!=0&]
See the Mathematica book section 2.2.7 for details. --
_________________
Emmanuel Peccoud
e-Notebooks Ltd.
Visit our web site at www.e-notebooks.com