|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
GroupOrbits
GroupOrbits[group, {p1, ...}]
returns the orbits of the points
under the action of the elements of group.
GroupOrbits[group, {p1, ...}, f]
finds the orbits under the group action given by a function f.
DetailsDetails
- Two points belong to the same orbit under group if there is an element g in group such that the image of one point under g is the other point.
- If a point p is fixed by all elements in group then it forms an orbit {p}.
- GroupOrbits[group] gives all orbits in the natural domain of action of group.
- Orbits are given as sorted lists.
- For permutation groups, the default group action is taken to be PermutationReplace.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
