-
Notifications
You must be signed in to change notification settings - Fork 10
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
cycle misses some periodic cycles #52
Comments
From Jean-Luc Thiffeault on 2014-06-23 14:28:14+00:00 Mention this bug in help message in dc1d429. |
From Jean-Luc Thiffeault on 2014-09-25 13:13:14+00:00 Something Toby says in his Dynnikov manual strikes me as relevant: "Convergence by cycle iterates until the approximate growth rates of successive iterates are very close to a periodic cycle of length less than the number of punctures." So far I haven't found single example where the period is larger than the number of punctures. Why is that? This would help greatly in looking for cycles. |
From Jean-Luc Thiffeault on 2014-09-25 16:26:04+00:00 |
From Jean-Luc Thiffeault on 2014-09-26 11:11:25+00:00 Fix cycle convergence detection. Resolves issue #52. → <<cset 8124dc9b05df>> |
From Jean-Luc Thiffeault on 2014-09-26 11:18:13+00:00 D'oh! Fails the testsuite. |
From Jean-Luc Thiffeault on 2014-09-26 11:49:20+00:00 The problem is the following. Let
For now (bddebf3) choose |
From Jean-Luc Thiffeault on 2014-09-26 11:59:31+00:00 Ok, so the problem is that of finding the partition of n with the largest lcm. Google: Find out the largest LCM of the partitions of n Seems like a hard problem. |
From Jean-Luc Thiffeault on 2014-09-26 12:02:30+00:00 Maybe best to just make a list with Mathematica:
|
From Jean-Luc Thiffeault on 2014-09-26 12:40:26+00:00 Hardcode some max periods in cycle (print warning). Finally resolves issue #52. → <<cset 008dbccccc67>> |
Consider the braid (same as in issue #48):
However, looking at the plot, the braid clearly has period 4.
I think what happens is that two of the iterates actually have identical p/n patterns, so the code keeps failing to converge with period one every 4 iterations.
The text was updated successfully, but these errors were encountered: