Open roed314 opened 6 years ago
Branch pushed to git repo; I updated commit sha1. New commits:
a652583 | removal of typos/unnecessary methods |
Branch pushed to git repo; I updated commit sha1. New commits:
06063f8 | changed morphisms to left morphisms, added a lot of methods for them, added orbits, stabilizers, flabby/coflabby resolutions for tori and a few more methods |
Branch pushed to git repo; I updated commit sha1. New commits:
ac6544a | added some documentation |
Branch pushed to git repo; I updated commit sha1. New commits:
972c336 | added some documentation, and several methods to construct morphisms of lattices, such as quotient, diagonal embedding, projection form square, and injection of sublattices |
Branch pushed to git repo; I updated commit sha1. New commits:
39aa76c | fixed doctests, added Tamagawa number computation |
Branch pushed to git repo; I updated commit sha1. New commits:
a749abf | fixed doctests for tori |
Branch pushed to git repo; I updated commit sha1. New commits:
617803a | temporary skip of _test_pickling and _test_elements |
Branch pushed to git repo; I updated commit sha1. New commits:
00357c4 | fixed some documentation errors/typos |
Branch pushed to git repo; I updated commit sha1. New commits:
59982de | added missing spaces in the documentation |
Branch pushed to git repo; I updated commit sha1. New commits:
537c4bd | more spaces |
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
3301d80 | Merging develop |
Branch pushed to git repo; I updated commit sha1. New commits:
6d2832a | Fix a few tabs, add a bit of documentation |
Branch pushed to git repo; I updated commit sha1. New commits:
06063f8 | changed morphisms to left morphisms, added a lot of methods for them, added orbits, stabilizers, flabby/coflabby resolutions for tori and a few more methods |
ac6544a | added some documentation |
972c336 | added some documentation, and several methods to construct morphisms of lattices, such as quotient, diagonal embedding, projection form square, and injection of sublattices |
39aa76c | fixed doctests, added Tamagawa number computation |
a749abf | fixed doctests for tori |
617803a | temporary skip of _test_pickling and _test_elements |
00357c4 | fixed some documentation errors/typos |
59982de | added missing spaces in the documentation |
537c4bd | more spaces |
d92fe49 | Merge branch 'u/rud/algebraicTori' of git://trac.sagemath.org/sage into t/25902/algebraicTori |
Branch pushed to git repo; I updated commit sha1. New commits:
d6c6323 | Add indirect doctest marker |
Dependencies: #29031
Branch pushed to git repo; I updated commit sha1. New commits:
4958fdb | Adding custom `__reduce__` methods to Action and subclasses. |
cbf439f | Merge branch 'public/pickling/actions-29031' of git://trac.sagemath.org/sage into t/29031/actions |
d4991d3 | is can |
8f8b372 | Merge branch 't/29031/public/pickling/actions-29031' into t/25902/algebraicTori |
Branch pushed to git repo; I updated commit sha1. New commits:
ff7f430 | Update TestSuite calls |
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
9b88614 | added missing documentation/doctests |
Changed dependencies from #29031 to #29031, 28782
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Author: Thomas Rüd
Marking as needs review so patchbot tests it
Reviewer: David Roe
Changed dependencies from #29031, 28782 to #29031, #28782
Branch pushed to git repo; I updated commit sha1. New commits:
ad67cff | Fix doctests, pickling for matrix actions |
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