MathGroup Archive 2000

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

Search the Archive

extracting common items from a list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25427] extracting common items from a list
  • From: ravanrip at yahoo.com (Ryan VanRiper (--))
  • Date: Fri, 29 Sep 2000 01:07:44 -0400 (EDT)
  • Organization: Honeywell Technology Center, Honeywell Inc.
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,  How would i go about selecting common things from 2 different
lists?

If i have  V = {v$234Period <= 10, v$235Period > v$234Period,
v$234Period >=5}

and  W = {v$234Period}

I would get a new list   X = {v$234Period <= 10, v$234Period >=5}

Notice that im only interested in inequalities whose left hand side
contains one of the elements in W.

Ryan




  • Prev by Date: How to solve the system of linear equations?
  • Next by Date: Re: extracting elements from a list?
  • Previous by thread: How to solve the system of linear equations?
  • Next by thread: Re: Point inside a polygon?