Return repeated values of a list
- To: mathgroup at smc.vnet.net
- Subject: [mg49426] Return repeated values of a list
- From: "Dr. Wolfgang Hintze" <weh at snafu.de>
- Date: Mon, 19 Jul 2004 07:46:18 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
The easiest solution I found was to use Intersection[x,x]. Some care has to be taken, however, with numerical values. Wolfgang