-
-
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
Implemented is_chebyshev and is_lattes for one dimensional projective dynamical systems #28292
Comments
Commit: |
New commits:
|
Changed keywords from SI2019 to SI2019, Sagedays 104 |
comment:4
All tests pass. New commits:
|
Reviewer: Andrew Odesky, Krystal Maughan, Mingming Zhang |
Changed reviewer from Andrew Odesky, Krystal Maughan, Mingming Zhang to Andrew Odesky, Benjamin Krakoff, Krystal Maughan, Mingming Zhang |
Changed keywords from SI2019, Sagedays 104 to SI2019, sd104 |
comment:8
Merge conflict |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:11
Ticket retargeted after milestone closed |
comment:12
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date. |
comment:14
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:15
Setting a new milestone for this ticket based on a cursory review. |
comment:17
Stalled in |
Branch has merge conflicts |
…e dimensional projective dynamical systems This PR carries the work and hopes to fix sagemath#28292. All the codes in this PR were/are implemented by the participants in said issue. <!-- ^^^^^ 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 --> <!-- 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. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- 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#36000 Reported by: Jing Guo Reviewer(s):
Added functions to projective dynamical systems which test whether the dynamical system is conjugate (over an algebraic closure of the base field) to a Chebyshev polynomial or to a Lattes map.
Component: dynamics
Keywords: SI2019, sd104
Author: Trevor Hyde, Fiona Lu, Alex Shearer
Branch/Commit: u/gh-EnderWannabe/implemented_is_chebyshev_and_is_lattes_for_one_dimensional_projective_dynamical_systems @
0d6c684
Reviewer: Andrew Odesky, Benjamin Krakoff, Krystal Maughan, Mingming Zhang
Issue created by migration from https://trac.sagemath.org/ticket/28292
The text was updated successfully, but these errors were encountered: