WLJS LogoWLJS Notebook

GroupElementQ

GroupElementQ[group, g] returns True if the object g is an element of group and False otherwise.

Examples

GroupElementQ[SymmetricGroup[4], Cycles[{{1, 2, 3}}]]
GroupElementQ[AlternatingGroup[4], Cycles[{{1, 2}}]]

Please visit the official Wolfram Language Reference for more details.

On this page