You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
ispermsdisjoint(sigma1,sigma2) compares two permutations of a same symmetric group and verifies whether they are disjoint.
Cite As
HARI BASKAR RANGANATHAN (2026). ispermsdisjoint(sigma1,sigma2) (https://www.mathworks.com/matlabcentral/fileexchange/52307-ispermsdisjoint-sigma1-sigma2), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.3.0 (1.87 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.3.0 | Previous version does not give the output when all the elements of the permutation are moved.
|
||
| 1.0.2.1 | Help contents are enhanced by adding an example.
|
||
| 1.0.2.0 | function renames as ispermsdisjoint
|
||
| 1.0.1.5 | included a check for validity of the permutations sigma1, sigma2, small letter 'l' is replaced with capital letter 'L', |
||
| 1.0.1.4 | If statement is introduced to check the validity of the input arguments: |
||
| 1.0.1.3 | pre-allocating memory is taken care. Other suggestions received through comments were partially implemented. |
||
| 1.0.1.2 |
