Skip to content
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

Preperiodic points fails over rings #34095

Open
EnderWannabe opened this issue Jun 28, 2022 · 0 comments · May be fixed by #35998
Open

Preperiodic points fails over rings #34095

EnderWannabe opened this issue Jun 28, 2022 · 0 comments · May be fixed by #35998

Comments

@EnderWannabe
Copy link
Contributor

The following call fails:

P.<x,y> = ProjectiveSpace(ZZ, 1)
f = DynamicalSystem_projective([x^2 - y^2, y^2])
f.preperiodic_points(1, 1)

as dimension is called on a subscheme defined over a ring. We fix this error.

CC: @bhutz

Component: dynamics

Author: Alexander Galarraga

Issue created by migration from https://trac.sagemath.org/ticket/34095

@EnderWannabe EnderWannabe added this to the sage-9.7 milestone Jun 28, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Sep 19, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
@guojing0 guojing0 added this to the sage-10.1 milestone Jul 28, 2023
@guojing0 guojing0 self-assigned this Jul 28, 2023
@guojing0 guojing0 linked a pull request Jul 28, 2023 that will close this issue
5 tasks
@mkoeppe mkoeppe modified the milestones: sage-10.1, sage-10.2 Aug 20, 2023
@mkoeppe mkoeppe removed this from the sage-10.2 milestone Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants