 
 
 
 
 
 
Re: Need a functional process for this.
- To: mathgroup at smc.vnet.net
- Subject: [mg55615] Re: Need a functional process for this.
- From: bghiggins at ucdavis.edu
- Date: Thu, 31 Mar 2005 01:24:15 -0500 (EST)
- References: <d2dpdm$lsd$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Steve,
Try ths
aa = {2, 5, 7, 9, 11};
bb = {{6, 4}, {9, 2}, {5, 6}, {3, 8}, {6, 5}};
DeleteCases[bb, {Alternatives @@ aa, x_} | {y_, Alternatives @@ aa}]
Cheers,
Brian

