We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The package should have a more complet CLI than the one now present.
We should be able to give a permutation/cycle/cycle decomposition in a particular notation (TBD) and to retrieve information about it.
For example
symmetria (1, 2, 3) --order
and it will print the order of the permutation (1, 2, 3)
Similar
symmetria (1 2)(3 4)(5 6 8 7) --order
will print the order of the cycle decomposition (1 2)(3 4)(5 6 8 7)
The text was updated successfully, but these errors were encountered:
VascoSch92
Successfully merging a pull request may close this issue.
The package should have a more complet CLI than the one now present.
We should be able to give a permutation/cycle/cycle decomposition in a particular notation (TBD) and to retrieve information about it.
For example
and it will print the order of the permutation (1, 2, 3)
Similar
will print the order of the cycle decomposition (1 2)(3 4)(5 6 8 7)
The text was updated successfully, but these errors were encountered: