- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 601
colored jones polynomial function does not return #38869
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
Labels
Comments
5 tasks
@mo271 any idea on the problem here ? |
I have no idea, perhaps the algorithm is really to slow for this knot? |
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Dec 6, 2024
sagemathgh-38987: some work on deformed Burau matrix some refactoring work on deformed Burau matrix to try to make it faster (this is about investigating sagemath#38869) ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#38987 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Dec 8, 2024
sagemathgh-38987: some work on deformed Burau matrix some refactoring work on deformed Burau matrix to try to make it faster (this is about investigating sagemath#38869) ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#38987 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Dec 8, 2024
sagemathgh-38987: some work on deformed Burau matrix some refactoring work on deformed Burau matrix to try to make it faster (this is about investigating sagemath#38869) ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#38987 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps To Reproduce
In sage
10.4
use the following command in an interactive terminal of sage.Expected Behavior
according to
mathematica
, this knot has a 2-colored jones polynomial as1/q^13 - 2/q^12 - 1/q^11 + 7/q^10 - 6/q^9 - 8/q^8 + 21/q^7 - 10/q^6 - 25/q^5 + 43/q^4 - 10/q^3 - 52/q^2 + 68/q - 82 q + 83 q^2 + 14 q^3 - 101 q^4 + 80 q^5 + 25 q^6 - 98 q^7 + 65 q^8 + 25 q^9 - 74 q^10 + 42 q^11 + 17 q^12 - 40 q^13 + 20 q^14 + 7 q^15 - 14 q^16 + 7 q^17 + q^18 - 3 q^19 + q^20
.Actual Behavior
The function doesn't return in 5 min.
Additional Information
Since the pd_code is not very long and
mathematica
responses quickly, I think that maybe something is wrong with the implementation of colored jones polynomial in sage.https://ask.sagemath.org/question/79833/colored-jones-polynomial-function-does-not-return/
Environment
Checklist
The text was updated successfully, but these errors were encountered: