i1 : R = GF(3^2,Variable => a); |
i2 : random(R^3,R^4) |
i3 : S = R[p..z]; |
i4 : genericMatrix(S,t,3,2) |
Note that to use the function genericMatrix the number of variables in the ring R must be at least as large as m*n.
i5 : genericSymmetricMatrix(S,s,3) |
i6 : genericSymmetricMatrix(S,u,3) |