(A_0,A_1,...) a sequence of matrices such that the columns of A_i are the exponents of f_i. If either the option Unmixed is set to true or all the matrices A_i are equal, then just one matrix is returned whose columns are all the exponents occurring in at least one of the polynomials.
Description
i1 : QQ[x,y,z];
i2 : f = (x^2 - 7 + x*y*z^11 + y, -3*y^7*z + x^3*y + 5*x^2);