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

rank fails over ZZ because codim needs Generic => true #3557

Open
mahrud opened this issue Oct 30, 2024 · 0 comments
Open

rank fails over ZZ because codim needs Generic => true #3557

mahrud opened this issue Oct 30, 2024 · 0 comments

Comments

@mahrud
Copy link
Member

mahrud commented Oct 30, 2024

The problem is that there's no way to pass Generic => true to codim via rank.

i1 : R = ZZ[x];

i2 : rank coker vars R
stdio:2:4:(3): error: codim: expected an affine ring (consider Generic=>true to work over QQ)

i3 : options rank

i4 : options \ methods rank

o4 = {0 => null}
     {1 => null}
     {2 => null}
     {3 => null}
     {4 => null}
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

No branches or pull requests

1 participant