MathGroup Archive 2006

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

Search the Archive

Re: need to make a special function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68324] Re: need to make a special function
  • From: "Ray Koopman" <koopman at sfu.ca>
  • Date: Tue, 1 Aug 2006 06:59:54 -0400 (EDT)
  • References: <eakec7$qvd$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[1]:= f = Tuples[{0,1},#]&
        f[1]
        f[2]
        f[3]
Out[1]= Tuples[{0,1},#1]&
Out[2]= {{0},{1}}
Out[3]= {{0,0},{0,1},{1,0},{1,1}}
Out[4]= {{0,0,0},{0,0,1},{0,1,0},{0,1,1},
         {1,0,0},{1,0,1},{1,1,0},{1,1,1}}


  • Prev by Date: Re: Re: Finding the Number of Pythagorean Triples below a bound
  • Next by Date: Re: x=2;Composition[f,FindMinimum][x+1,{x,a}]
  • Previous by thread: Re: need to make a special function
  • Next by thread: Re: need to make a special function