| Author |
Comment/Response |
Bill Burch
|
12/22/02 10:36pm
Hi. I'm new at this and this is a stupid question but here it goes anyways...
I'm trying to list all possible combos of numbers without duplicating number combos.
For example, all combos of numbers 1,2,3 such as (1,2,3),(1,3,2),(2,1,3),(3,1,2),(3,2,1), and (2,3,1). But using Outer[List,{Range[3],},{Range[3],},{Range[3],}] brings up everything.
I realize that I have to include some logic functions to eliminate combos but does anyone have any advice on how to approach this? Thanks for your help,
Bill Burch
URL: , |
|