Re: Get combinations of digits in a sequence

new topic     » goto parent     » topic index » view thread      » older message » newer message

Here is what I get with permute, which is not what I expect:

{ 
  {1,2,4}, 
  {1,4,5,6}, 
  {4,8,9} 
} 
{ 
  {1,4,5,6}, 
  {4,8,9}, 
  {1,2,4} 
} 
{ 
  {1,2,4}, 
  {4,8,9}, 
  {1,4,5,6} 
} 
{ 
  {1,4,5,6}, 
  {1,2,4}, 
  {4,8,9} 
} 
{ 
  {4,8,9}, 
  {1,4,5,6}, 
  {1,2,4} 
} 
{ 
  {4,8,9}, 
  {1,2,4}, 
  {1,4,5,6} 
} 

Regards, Jean-Marc

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu