|
[Date Index]
[Thread Index]
[Author Index]
Re: Occurrences in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg106383] Re: [mg106350] Occurrences in Mathematica
- From: brien colwell <xcolwell at gmail.com>
- Date: Mon, 11 Jan 2010 05:30:00 -0500 (EST)
- References: <201001100828.DAA05428@smc.vnet.net>
I'd start with something simple like
Cases[Tally[list], {a_, 1} :> a]
On Sun, Jan 10, 2010 at 3:28 AM, George <gtatishvili at gmail.com> wrote:
> Hi,
>
> I have a very big list of elements and I need Mathematica to give me
> only those elements which occure only once...
>
> Could anybody advise me please how to write the code for that?
>
> Thks much
> George
>
>
Prev by Date:
Re: Occurrences in Mathematica
Next by Date:
Re: Occurrences in Mathematica
Previous by thread:
Occurrences in Mathematica
Next by thread:
Re: Occurrences in Mathematica
|