MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

extracting elements from multi-dimensional arrays

  • To: mathgroup at smc.vnet.net
  • Subject: [mg61295] extracting elements from multi-dimensional arrays
  • From: "contact at dantimatter.com" <contact at dantimatter.com>
  • Date: Fri, 14 Oct 2005 05:56:17 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello all,

I have an array of the form:

list={{a1,b1,c1},{a2,b2,c2}...}

I'd like to get rid of elements of list based on criteria that apply to
the a's, b's and c's separately.  For example, I'd like to keep the
elements of list that have the following properties:

m < a < n
p < b < q

I know there's an easy way to do this, but I can't figure it out.  Any
suggestions?

Thanks!
dan


  • Prev by Date: Surface plot from level curves
  • Next by Date: same scale for different plots or charts
  • Previous by thread: Surface plot from level curves
  • Next by thread: Re: extracting elements from multi-dimensional arrays