-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Provide projections methods for word paths #8670
Comments
comment:2
There are some limit case problems :
Will post a new patch soon. |
comment:3
I fixed the above problem in the updated patch. Needs review! Since I am adding two functions to the file |
Does not depend on any known patch. Applies on 4.3.4. |
comment:4
Attachment: trac_8670-word-path-projection-sl.patch.gz
It is possible that there are multiple eigenvalues with the same absolute value:
It is not clear which eigenvector gets returned here. Also, there may be more than one eigenvector associated to your "maximal" eigenvalue, and your method only returns one eigenvector:
|
comment:5
Needs review again! |
Attachment: trac_8670-review-sl.patch.gz Applies over the precedent patch |
comment:8
Hi, Here are a few remarks: (1) There is a doctest failure:
This should be fixed by using " (2) I think that the rotations matrices should be in a file in sage/matrix/. I remember having looked for something like (3) The documentation for Otherwise this is a nice and useful patch. |
This comment has been minimized.
This comment has been minimized.
Attachment: trac_8670_second_corrections-sl.patch.gz Applies over the precedent 2 patches |
comment:9
Thanks for the comments. I moved the two rotation matrix constructor to the file Needs review. |
This comment has been minimized.
This comment has been minimized.
Attachment: trac_8670_folded-sl.patch.gz Apply only this one. |
comment:11
For the patchbot : Apply trac_8670_folded-sl.patch |
Reviewer: Franco Saliola, Timo Jolivet |
Author: Sébastien Labbé |
Merged: sage-4.7.alpha2 |
Nice mathematical objects can be obtained when projecting appropriately a discrete path (Rauzy fractals for instance).
This patch introduces 3 projection functions for word path. It also adds 2 functions to
WordMorphism
and 2 matrix rotation functions tosage/matrix/constructor.py
.The first 1000 points of the Rauzy fractal :
See more examples in doctests.
CC: @sagetrac-abmasse @videlec @robertwb @sagetrac-tjolivet @sagetrac-tmonteil
Component: combinatorics
Author: Sébastien Labbé
Reviewer: Franco Saliola, Timo Jolivet
Merged: sage-4.7.alpha2
Issue created by migration from https://trac.sagemath.org/ticket/8670
The text was updated successfully, but these errors were encountered: