Elements of Reductive Groups#

Parent(g): GrpRedElt -> GrpRed#

The parent of \(g\).

Arithmetic of Elements#

x * y: GrpRedElt, GrpRedElt -> GrpRedElt#

The product of elements \(x\) and \(y\) of a reductive group.

x ^ n: GrpRedElt, RngIntElt -> GrpRedElt#

The product of the element \(x\) of a reductive group with itself \(n\) times.

Other Operations with Elements#

ElementToSequence(x): GrpRedElt -> SeqEnum#
Eltseq(x): GrpRedElt -> SeqEnum#

Given an element \(x\) of a reductive group \(G\), returns a sequence representing \(x\).