|
[Date Index]
[Thread Index]
[Author Index]
Re: Find common elements in a list of sublists
- To: mathgroup at smc.vnet.net
- Subject: [mg125817] Re: Find common elements in a list of sublists
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Wed, 4 Apr 2012 04:27:03 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201204030844.EAA16987@smc.vnet.net>
- Reply-to: drmajorbob at yahoo.com
d = {{1, 19}, {1, 23}, {1, 5, 25}, {1, 17}, {1, 11}, {1, 5}}
Intersection @@ d
{{1, 19}, {1, 23}, {1, 5, 25}, {1, 17}, {1, 11}, {1, 5}}
{1}
Bobby
On Tue, 03 Apr 2012 03:44:04 -0500, Cisco Lane <travlorf at yahoo.com> wrote:
> d={{1, 19}, {1, 23}, {1, 5, 25}, {1, 17}, {1, 11}, {1, 5}}
--
DrMajorBob at yahoo.com
Prev by Date:
3D Rotations
Next by Date:
Re: Find common elements in a list of sublists
Previous by thread:
Find common elements in a list of sublists
Next by thread:
Re: Find common elements in a list of sublists
|