MathGroup Archive 2006

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

Search the Archive

need to make a special function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68284] need to make a special function
  • From: "Nabeel Butt" <nabeel.butt at gmail.com>
  • Date: Mon, 31 Jul 2006 03:45:54 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear Users,
        I need help on making a special type of function which has the
following properties.
   f[1]={{0},{1}}
   f[2]={{0,0},{0,1},{1,0},{1,1}}
   f[3]={{0,0,0},{0,0,1},{0,1,0},{0,1,1},{1,0,0},{1,0,1},{1,1,0},{1,1,1}}
.............so on you can see the pattern emerging.
 I need a very efficient code to perform the above evaluation in some
optimization problem.
    Thanks in advance.
     regards,
        Nabeel
-- 
Nabeel Butt
LUMS,Lahore



  • Prev by Date: Re: {x},{y} -> {x,y} ?
  • Next by Date: Re: Inserting Blank Lists
  • Previous by thread: Re: x=2;Composition[f,FindMinimum][x+1,{x,a}]
  • Next by thread: Is there a good way to output parts of a Java object in Mathematica but STILL RETAIN THE OTHER INFO IN THE JAVA OBJECT?