We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem is that there's no way to pass Generic => true to codim via rank.
Generic => true
codim
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem is that there's no way to pass
Generic => true
tocodim
viarank
.The text was updated successfully, but these errors were encountered: