Open roed314 opened 6 years ago
Branch pushed to git repo; I updated commit sha1. New commits:
c559ad0 | Fix syntax bug |
Branch pushed to git repo; I updated commit sha1. New commits:
b0b7efc | Fix comparison for matrix actions |
Branch pushed to git repo; I updated commit sha1. New commits:
7af7689 | Fix pickling |
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
cef0413 | fixed some patchbot errors |
Branch pushed to git repo; I updated commit sha1. New commits:
b69a190 | fixed more patchbot errors |
Branch pushed to git repo; I updated commit sha1. New commits:
964a7f6 | added lazy attributes to tori |
Branch pushed to git repo; I updated commit sha1. New commits:
ec0770e | added splitting fields for tori |
Branch pushed to git repo; I updated commit sha1. New commits:
09c3209 | added splitting fields for tori |
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
539b0ca | Fix some test failures, factor _GaloisMixin for subgrous |
61873da | Fix bitsize |
2142390 | Merge branch 't/31489/galois_sub' into t/25902/algebraicTori |
5d4098d | fixed some doctests |
cef0413 | fixed some patchbot errors |
b69a190 | fixed more patchbot errors |
964a7f6 | added lazy attributes to tori |
ec0770e | added splitting fields for tori |
09c3209 | added splitting fields for tori |
2074bf6 | Merge branch 'u/rud/algebraicTori' of git://trac.sagemath.org/sage into t/25902/algebraicTori |
Changed dependencies from #29031, #28782 to #29031, #31489
Changed branch from u/roed/algebraicTori to u/rud/algebraicTori
Branch pushed to git repo; I updated commit sha1. New commits:
7375224 | fixed doctests |
Branch pushed to git repo; I updated commit sha1. New commits:
d96ee06 | added temporary methods for norm one tori for non-galois fields |
Changed dependencies from #29031, #31489 to #29031, #31489, #31737
Changed branch from u/rud/algebraicTori to u/roed/algebraicTori
Tate_Cohomology
should probably be renamed tate_cohomology
to match our coding standards
Last 10 new commits:
25c62c1 | fixed bugs |
4d9fd9a | changed the error type |
8f17598 | added a test for the fix |
a6898b0 | merged with t/31818 |
fa796d1 | fixed a typo |
15807ec | Merge branch 'u/rud/creating_a_module_homomorphism_with_a_matrix_may_build_the_wrong_codomain' of git://trac.sagemath.org/sage into t/31737/matrixmorphism__add_support_for_morphisms_acting_on_the_left |
dd528ed | completed a test |
da7a09b | Merge branch 'u/rud/creating_a_module_homomorphism_with_a_matrix_may_build_the_wrong_codomain' of git://trac.sagemath.org/sage into t/31737/matrixmorphism__add_support_for_morphisms_acting_on_the_left |
0548148 | changed the pushout to hom |
7000ae1 | Merge branch 'u/rud/matrixmorphism__add_support_for_morphisms_acting_on_the_left' of trac.sagemath.org:sage into t/25902/algebraicTori |
Branch pushed to git repo; I updated commit sha1. New commits:
4d8bed2 | Change capitalization of Tate_Cohomology |
Needs rebase
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
37f25b3 | Merge branch 'u/rud/matrixmorphism__add_support_for_morphisms_acting_on_the_left' of git://trac.sagemath.org/sage into t/31737/matrix_morphism |
2999315 | fixed some bugs by adding side arguments to hecke morphisms, and morphisms of abelian varieties |
cb41278 | merged with develop |
536aaff | removed the pushout in hom |
c9fab37 | fixed the restrict method |
0acd41a | Merge branch 'u/rud/matrixmorphism__add_support_for_morphisms_acting_on_the_left' of git://trac.sagemath.org/sage into t/31737/matrix_morphism |
178bac9 | fixed typo |
b1aad89 | Merge branch 'u/rud/matrixmorphism__add_support_for_morphisms_acting_on_the_left' of git://trac.sagemath.org/sage into t/31737/matrix_morphism |
9d62ddf | Fix some doctest failures, remove trailing whitespace, add pushout back in |
d54aeb7 | Merge branch 'u/roed/algebraicTori' of git://trac.sagemath.org/sage into t/25902/algebraicTori |
Rebased; resetting to needs review so the patchbot runs.
Branch pushed to git repo; I updated commit sha1. New commits:
3fb6c65 | fixed blocks |
c4ebbea | Merge branch 'u/rud/matrixmorphism__add_support_for_morphisms_acting_on_the_left' of git://trac.sagemath.org/sage into t/31737/matrix_morphism |
a9a0271 | Merge branch 't/31737/matrix_morphism' into t/25902/algebraicTori |
67761e7 | Fix pyflakes |
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:
9caf319 | Small improvement to stabilizer method |
red branch => needs work
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