Symbolic Combinations and Permutations question.
|
01-13-2015, 02:53 AM
(This post was last modified: 01-13-2015 03:53 AM by Han.)
Post: #4
|
|||
|
|||
RE: Symbolic Combinations and Permutations question.
Here's my attempt at the general version via recursion. Usage:
COMBOSET(list,n) Works for arbitrary sets, too. For example, try: COMBOSET({"a","b",1,[0,-1,0]},2) Code: EXPORT COMBOSET(s,n) Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Symbolic Combinations and Permutations question. - John P - 01-12-2015, 07:38 PM
RE: Symbolic Combinations and Permutations question. - Helge Gabert - 01-13-2015, 01:17 AM
RE: Symbolic Combinations and Permutations question. - John P - 01-13-2015, 02:09 AM
RE: Symbolic Combinations and Permutations question. - Han - 01-13-2015 02:53 AM
RE: Symbolic Combinations and Permutations question. - John P - 01-13-2015, 03:57 AM
|
User(s) browsing this thread: 1 Guest(s)