Open roed314 opened 6 years ago
Branch: u/rud/algebraicTori
Commit: a3d5e84
Branch pushed to git repo; I updated commit sha1. New commits:
a3d5e84 | Updated file |
Branch pushed to git repo; I updated commit sha1. New commits:
0a41c93 | Started the comments on lattices |
Branch pushed to git repo; I updated commit sha1. New commits:
8bc7682 | Documented the methods for lattices, and fixed a bug to compute cohomology of Symmetric groups |
Branch pushed to git repo; I updated commit sha1. New commits:
0f7aa2c | Added documentation and fixed typesetting errors |
Branch pushed to git repo; I updated commit sha1. New commits:
2e48c0c | Added documentation for the Tori |
Branch pushed to git repo; I updated commit sha1. New commits:
d2e4c04 | Implemented extended_xgcd to have more than two integers, implemented zero_sum_lattice() for sublattices, and updated the header |
Branch pushed to git repo; I updated commit sha1. New commits:
bdb1f65 | added missing informations in the header |
Branch pushed to git repo; I updated commit sha1. New commits:
18f4566 | added missing informations in the header, corrected others |
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
1d4829d | Move docstring for induced_lattice down to method |
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
8688185 | fixed some documentation |
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
0b58dcf | fixed some documentation style |
Branch pushed to git repo; I updated commit sha1. New commits:
ba95812 | added test of rationality on the torus |
Branch pushed to git repo; I updated commit sha1. New commits:
5c611ee | added method to get rational characters |
Branch pushed to git repo; I updated commit sha1. New commits:
e4a1e7a | bugfix on cohomology |
Branch pushed to git repo; I updated commit sha1. New commits:
e29a3e1 | bugfix, and implementation of a method for quotient lattices |
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
38a0ec0 | remove check, add GLattice to global namespace |
Branch pushed to git repo; I updated commit sha1. New commits:
4369c26 | Remove check actually |
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Sage currently doesn't have much support for linear algebraic groups. This ticket is for creating some infrastructure for working with them, by starting with algebraic tori.
Sage does have support for matrix groups (
sage/groups/matrix_gps/
), for root systems (sage/combinat/root_systems/
) and for affine schemes (sage/schemes/generic/scheme.py
). Algebraic groups will be built out of these ingredients.Magma's functionality for algebraic groups includes invariant theory (https://magma.maths.usyd.edu.au/magma/handbook/invariant_theory). In this ticket we will focus more on questions of rationality and Galois cohomology.
We also note that the functionality we envision for algebraic groups is fairly distinct from that of finitely presented matrix groups (e.g. as summarized in https://arxiv.org/pdf/1805.05984.pdf).
Depends on #29031 Depends on #31489 Depends on #31737
CC: @tscrim @dwbump
Component: group theory
Keywords: padicIMA
Author: Thomas Rüd
Branch/Commit: u/roed/algebraicTori @
9caf319
Reviewer: David Roe
Issue created by migration from https://trac.sagemath.org/ticket/25902