Identity?
Checks if a permutation is the identity permutation.
Syntax
identity?(Permutation)
Description
Given a permutation, returns true
if it is the identity permutation, and false
otherwise.
Checks if a permutation is the identity permutation.
identity?(Permutation)
Given a permutation, returns true
if it is the identity permutation, and false
otherwise.