HP Forums

Full Version: Bug in permuorder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I performed permuorder([3,8,6,5,4,1,2,7]) result according to prime (HW and VC, both version 13441) is 12, permu2cycles([3,8,6,5,4,1,2,7]) yields {[1,3,6],[2,8,7],[4,5]} which is correct, so the order is 6= lcm(2,3).
Arno
Fixed in source.
Reference URL's