You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may have gotten this far already, but if not: if you call that matrix m, the sticking point occurs when exteriorPower(19,m) calls rawExteriorPower(19, raw m, getMinorsStrategy(R)). Since R is the quotient of a polynomial ring, getMinorsStrategy(R) returns 1, corresponding to the "Bareiss" strategy (whatever that is). If you instead use one of the other strategies rawExteriorPower(19, raw m, 0) or rawExteriorPower(19, raw m, 2), you get 0 fairly instantaneously, so it appears the problem is with the Bareiss strategy for rawExteriorPower.
Here the determinant is instantaneously zero over the field or even the polynomial ring, but it never finishes over the quotient ring:
The text was updated successfully, but these errors were encountered: