Mupad: how to use cycles
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I have:
G := Dom::SymmetricGroup(7)
a:=G([2,4,6,1,3,5,7])
For instance: _mult(_invert(a),a) gives [1,2,3,4,5,6,7]. Exact!
But I cannot understand how to represent a as cycles: cycles(a) give cycles([2,4,6,1,3,5,7]). Sure!
The same for order, size, ...
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!