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

NID Bugfixing #572

Merged
merged 12 commits into from
Jul 3, 2024
Merged

NID Bugfixing #572

merged 12 commits into from
Jul 3, 2024

Conversation

PBrdng
Copy link
Collaborator

@PBrdng PBrdng commented May 24, 2024

NID still has bugs. This PR attempts to fix them. In particular, the following example still gives errors:

using HomotopyContinuation

@var xx_Di, xx_Da, xx_Ya, xx_Yi, xx_CXY, xx_CXYp, xx_G, xx_CNA, xx_X, xx_A, xx_N, xx_CXA, xx_T, xx_CXT, xx_Xp


F = [-(5/3)*xx_Di+(2/3)*xx_Da, 
              (5/3)*xx_Di-(2/3)*xx_Da, 
              -(1/3)*xx_Ya*xx_X-(2/3)*xx_Ya+(5/6)*xx_Yi+(6/5)*xx_CXY+4*xx_CXYp, 
              -8*xx_Da*xx_Yi+(5/7)*xx_G*xx_CNA+(2/3)*xx_Ya-(49/30)*xx_Yi, 8*xx_Da*xx_Yi-(5/7)*xx_G*xx_CNA+(4/5)*xx_Yi, 
              8*xx_Da*xx_Yi-(5/7)*xx_G*xx_CNA+(2/3)*xx_A*xx_N+(4/5)*xx_Yi-(8/3)*xx_CNA, 
              -(2/3)*xx_A*xx_N-(7/8)*xx_A*xx_X+(8/3)*xx_CNA+(5/7)*xx_CXA, 
              -(2/3)*xx_A*xx_N+(8/3)*xx_CNA-(5/2)*xx_N+1, 
              -(1/3)*xx_Ya*xx_X-(7/8)*xx_A*xx_X-xx_X*xx_T-(4/3)*xx_X+(6/5)*xx_CXY+3*xx_CXT+(5/7)*xx_CXA+1, 
              (1/3)*xx_Ya*xx_X-(26/5)*xx_CXY, 
              4*xx_CXY-4*xx_CXYp, 
              4*xx_CXYp-5*xx_Xp, 
              -xx_X*xx_T+3*xx_CXT, 
              xx_X*xx_T-3*xx_CXT, 
              (7/8)*xx_A*xx_X-(5/7)*xx_CXA]

f = System(F)
s = 0x8800baf3
R = regeneration(f, seed = s)
N = decompose(R)

@PBrdng PBrdng merged commit d81ce15 into main Jul 3, 2024
6 checks passed
@PBrdng PBrdng deleted the nid_improvements branch July 3, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant