-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Use factored forms of number field units #31754
Comments
This comment has been minimized.
This comment has been minimized.
slel
changed the title
used factored forms of number field units
Use factored forms of number field units
Apr 29, 2021
Closed
This was referenced Feb 1, 2024
Closed
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Feb 11, 2024
…hen S is empty <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> This PR fixes sagemath#36386, at least for unit group computations (S-units will still suffer from the problem, or when the units are even larger). This PR does **not** address sagemath#31754, which would be a better (but more complicated) solution for the problem. <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies None <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#37226 Reported by: AurelPage Reviewer(s): AurelPage, Vincent Delecroix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PARI/GP 2.13.0 introduced factored forms for units of number fields. In the PARI/GP upgrade ticket #30801 we use some workaround to expand this factored form (via
bnf.nfbasistoalg(bnf.nffactorback(.))
). However, it would be much more natural (and efficient) if Sage worked directly with the factored form.Depends on #30801
CC: @slel
Component: number fields
Issue created by migration from https://trac.sagemath.org/ticket/31754
The text was updated successfully, but these errors were encountered: