-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Height of a dynamical system is wrong #33971
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
These changes are meant to add a height function for polynomials. As such, they should have their own ticket, as this ticket is meant to address dynamical systems specifically. |
comment:8
As suggested by Alex, a new ticket #34060 is created. |
Changed commit from |
Changed branch from u/gh-guojing0/33971_dyn_sys_height to none |
Branch: u/gh-guojing0/33971_ds_height |
Commit: |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
The return values of the examples in the docstring of
I also added the example from description to the documentation. |
comment:13
A couple issues here
to
|
Reviewer: Ben Hutz |
comment:20
-doc test failures:
I did not run the full set of doc tests, so be sure to do so.
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:23
The status badge says that building documentation is successful. It passed all the tests after I ran |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:25
The functionality works when the domain and codomain have the same dimension, but not when they do not.
This example no longer makes sense since normalization does not have an effect on the height. Delete the text and the second half of the example.
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:27
The two examples are added as parts of the |
comment:28
This is passing my tests now. I'd like to have the patchbot pick it up before I marked it positive. Let's give it a couple days. |
Changed branch from u/gh-guojing0/33971_ds_height to |
The height of a dynamical system is currently calculated as the max of the heights of the coefficients, which is incorrect. To avoid writing a complicated formula, the correct height can be thought of as treating the coefficients of all coordinate functions as one big projective point and taking the height of that. For example
gives 25, but should be 625.
CC: @bhutz @EnderWannabe
Component: dynamics
Keywords: gsoc2022
Author: Jing Guo
Branch/Commit:
d24eea8
Reviewer: Ben Hutz
Issue created by migration from https://trac.sagemath.org/ticket/33971
The text was updated successfully, but these errors were encountered: