On 26/06/2011 6:04 PM, Nathaniel Schmidt wrote: > > Hi all, > > I have a question relating to combinatorics: is it possible to do > permutations in maxima? > > > Use functions permuation(n,r) and combination(n,r). You will need to load(functs) to use them. | |