Bug in permuorder - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Bug in permuorder (/thread-10235.html) |
Bug in permuorder - Arno K - 02-24-2018 10:33 PM 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 RE: Bug in permuorder - parisse - 02-25-2018 02:19 PM Fixed in source. |