Given an incidence geometry D, return the set of elements of D. These elements are the points of the incidence graph of D.
Given an incidence geometry D, return the set of types of D.
Given a coset geometry C, return the set of types of C.
Given an incidence geometry D, return the rank of D, i.e. the cardinality of the set of types.
Given a coset geometry C, return the rank of C.
Given an incidence geometry D, return the incidence graph of D, its vertex set and its edge set.We remark that this function is not implemented for coset geometries but we may convert a coset geometry into an incidence geometry using IncidenceGeometry and then compute its incidence graph.
Given a coset geometry C, return an indexed set containing the maximal parabolics of D.
Given a coset geometry C, return the Borel subgroup of C, i.e. the intersection of all maximal parabolic subgroups of C.[Next][Prev] [Right] [Left] [Up] [Index] [Root]