Dear all,
I've created a Permutation data type for Julia. A Permutation object
represents a permutation of a finite set of the form {1,2,...,n}.
Operations include composition and inverses. Output is in disjoint cycle
format. I hope someone finds this useful.It's available for download from github: https://github.com/scheinerman/Permutation.git but all you need is the file "permutation.jl" (attached) and the brief instructions "permutation.pdf" (also attached). -Ed Scheinerman
permutation.jl
Description: Binary data
permutation.pdf
Description: Adobe PDF document
