PermutationQ[p]
yields True if
is a list representing a permutation and False otherwise.
更多信息和选项
参见
技术笔记
相关指南
Combinatorica`
Combinatorica`
PermutationQ
PermutationQ[p]
yields True if
is a list representing a permutation and False otherwise.
更多信息和选项
- To use PermutationQ, you first need to load the Combinatorica Package using Needs["Combinatorica`"].