-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Weil restriction for affine schemes/points/morphisms #17729
Comments
Branch: u/bhutz/ticket/17729 |
Author: Ben Hutz |
comment:2
Note that when I implemented this I noticed that the original implementation for ideals was inconsistently ordering the coordinates. In particular it labelled New commits:
|
Commit: |
comment:3
Outside of the merge issue, in the affine point folder, the weil restriction function should be calling min_poly and not absolute_minpoly, otherwise it won't work for relative field extensions, (also put a better relative field extension example) |
Reviewer: Joao Alberto de Faria |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
fixed a merge issues with beta0, then there was another merge issues with beta1. All fixed now. |
comment:7
Went through and did some sanity checking, ran a long test just to be sure, looks clean, setting to positive review |
Changed branch from u/bhutz/ticket/17729 to |
#5569 implements Weil restriction (restriction of scalars) for ideals. This will extend that to affine schemes and also points and morphisms of affine schemes.
Component: algebraic geometry
Author: Ben Hutz
Branch/Commit:
8bacaf5
Reviewer: Joao Alberto de Faria
Issue created by migration from https://trac.sagemath.org/ticket/17729
The text was updated successfully, but these errors were encountered: