|
[Date Index]
[Thread Index]
[Author Index]
Re: how to delete duplicate items in the same list
- To: mathgroup at smc.vnet.net
- Subject: [mg45512] Re: how to delete duplicate items in the same list
- From: nafod40 <noneya at business.com>
- Date: Sat, 10 Jan 2004 16:43:34 -0500 (EST)
- Organization: Penn State University, Center for Academic Computing
- References: <bto1uf$2ka$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Sabrina,
from the Mathematica help on Union[ ]...
Union[list] gives a sorted version of a list, in which all duplicated
elements have been dropped.
Sabrina wrote:
> Hello, all:
> I can't find a way to make sure all items in the same list are unique. Can
> anybody help me out? Thanks a lot!
>
> Sabrina
>
>
>
Prev by Date:
Re: how to delete duplicate items in the same list
Next by Date:
RE: how to delete duplicate items in the same list
Previous by thread:
Re: how to delete duplicate items in the same list
Next by thread:
RE: how to delete duplicate items in the same list
|