MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Complement replacement

  • To: mathgroup at smc.vnet.net
  • Subject: [mg58608] Complement replacement
  • From: konstantpi at mail15.com
  • Date: Sun, 10 Jul 2005 05:12:22 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

hi
in the list:
pp=Table[Random[Integer, {1, 1000}], {i, 1000}];
how could i know which numbers from 1 to 1000 does not exist in the 
pp List.
but without using:
Complement[Table[i,{i,1000}],pp]
regards


  • Prev by Date: Re: Set of strings reducing problem
  • Next by Date: Mathematica: how to set the format of binary numbers in plotting?
  • Previous by thread: SeedRandom and $SessionID
  • Next by thread: Re: Complement replacement