MathGroup Archive 1997

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

Search the Archive

newbie:Recursion problem - Help me!!!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9379] newbie:Recursion problem - Help me!!!
  • From: "Ana Morao" <nop49940 at mail.telepac.pt>
  • Date: Sat, 1 Nov 1997 03:34:03 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hi! My name´s Ana and I´m starting programming with mathematica version
2.2.

I have to  solve a question, any help will be very appreciated!!!!

I want to define a function that alows me to do the example with any
conjunct of elements. I have to use recursive programming

Eg.: partes[{}]={{}}  
partes[{1,2,3}]={{},{1},{2},{3},{1,2},{2,3},{1,2,3}}
 

Thanks in advanced

Ana Morao



  • Prev by Date: RE: Newbie question: big matri
  • Next by Date: Re: Newbie question: big matrix calculations
  • Previous by thread: RE: Newbie question: big matri
  • Next by thread: Re: Newbie question: big matrix calculations