Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.19 KB

minimally-dominant

Computes minimally dominant elements and the intersections of their Bruhat cells with conjugacy classes, as described in this paper.

--

This repository contains two files:

minimally-dominant.spyx

Computes dominant and minimally dominant elements in a Weyl group. In particular, it provides a function which computes for each (nontrivial and nonelliptic) conjugacy class in such a group a pair of elements - one of minimal length and one which is minimally dominant. These are returned as reduced words following GAP notation.

Written for SageMath version 8.7 and tested with 9.4, using Python 3.9.5.

bruhat.jl

Uses such pairs of elements to test whether the corresponding Bruhat cells intersect the same conjugacy classes in the associated simply connected reductive group.

Written for (Jean Michel's Julia port of) Gapjm. Tested with commit 5728d89, using Julia 1.7.0-rc1.

--

More details and sample inputs are provided in both files.