Order of arguments of constructors for matrix spaces
Definition: GL(n, R, var=a)
but
Definition: MatrixSpace(base_ring, nrows, ncols=None, sparse=False)
Is there a good reason for the dimension and the ring to be in different order?
add a comment