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

Orbit Structure for Affine Morphisms #16960

Closed
sagetrac-gjorgenson mannequin opened this issue Sep 10, 2014 · 16 comments
Closed

Orbit Structure for Affine Morphisms #16960

sagetrac-gjorgenson mannequin opened this issue Sep 10, 2014 · 16 comments

Comments

@sagetrac-gjorgenson
Copy link
Mannequin

sagetrac-gjorgenson mannequin commented Sep 10, 2014

Orbit structure is a function for projective morphisms returning the pre-period and period of a point by the map in projective space. The same function can be defined for affine morphisms with little change.

Used the same function code but replaced the examples with those suited for affine space.

sage: A.<x,y,z> = AffineSpace(GF(49, 't'),3)
sage: H = Hom(A,A)
sage: f = H([x^2 - z, x - y + z, y^2 - x^2])
sage: f.orbit_structure(A(1,1,2))
[7, 6]

CC: @bhutz

Component: algebraic geometry

Author: Grayson Jorgenson

Branch/Commit: f603579

Reviewer: Ben Hutz

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

@sagetrac-gjorgenson sagetrac-gjorgenson mannequin added this to the sage-6.4 milestone Sep 10, 2014
@sagetrac-gjorgenson
Copy link
Mannequin Author

sagetrac-gjorgenson mannequin commented Sep 10, 2014

Branch: u/gjorgenson/ticket/16960

@sagetrac-gjorgenson
Copy link
Mannequin Author

sagetrac-gjorgenson mannequin commented Sep 10, 2014

Commit: 6d95883

@sagetrac-gjorgenson
Copy link
Mannequin Author

sagetrac-gjorgenson mannequin commented Sep 10, 2014

New commits:

6d95883Minor addition to affine morhpisms.

@bhutz
Copy link

bhutz commented Sep 11, 2014

Reviewer: Ben Hutz

@bhutz
Copy link

bhutz commented Sep 11, 2014

comment:3

Just some minor things. The functionality seems fine. Also put your full name in Author.

function is spelled wrong in comments. Actually the affine_point version has a number of typos as does the projective_point/projective_morphism versions. This is perhaps a reasonable place to fix all those typos.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 12, 2014

Branch pushed to git repo; I updated commit sha1. New commits:

cc902e7Typo fixes in the orbit_structure function.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 12, 2014

Changed commit from 6d95883 to cc902e7

@sagetrac-gjorgenson
Copy link
Mannequin Author

sagetrac-gjorgenson mannequin commented Sep 12, 2014

Changed author from gjorgenson to Grayson Jorgenson

@sagetrac-gjorgenson
Copy link
Mannequin Author

sagetrac-gjorgenson mannequin commented Sep 12, 2014

comment:6

I changed all the typos I could find. Are there any others that should be addressed?

@bhutz
Copy link

bhutz commented Sep 12, 2014

comment:7

There are some '=' instead of ' = ' in a couple of the examples.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 13, 2014

Branch pushed to git repo; I updated commit sha1. New commits:

c92eb76Minor typo fixes in orbit_structure.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 13, 2014

Changed commit from cc902e7 to c92eb76

@bhutz
Copy link

bhutz commented Sep 15, 2014

Changed branch from u/gjorgenson/ticket/16960 to u/bhutz/ticket/16960

@bhutz
Copy link

bhutz commented Sep 15, 2014

Changed commit from c92eb76 to f603579

@bhutz
Copy link

bhutz commented Sep 15, 2014

comment:10

Looks good. I just removed a little bit of trailing white space.


New commits:

f603579rremoved trailing whitespace

@vbraun
Copy link
Member

vbraun commented Sep 16, 2014

Changed branch from u/bhutz/ticket/16960 to f603579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants