Strategy => Bareiss -- use Bareiss' fraction free determinant algorithm
Strategy => Cofactor -- use cofactor expansion to compute determinants
The base ring determines the default strategy. If the base ring is not a quotient polynomial ring, the Bareiss algorithm is used. If the polynomial ring is a quotient, and the ring has not been declared to be a field, (see toField), then the Cofactor algorithm is used.
Caveat:
For an example, see determinants.
See also: