permLength w
Given a permutation in 1-line notation returns the Coxeter length of the permutation.
i1 : w = {2,5,4,1,3} o1 = {2, 5, 4, 1, 3} o1 : List
i2 : permLength w o2 = 6
The object permLength is a method function.