First time here? Check out the FAQ!
answered 2019-01-27 16:09:04 +0100
Like that
sage: R=GF(2)['x,y'] sage: x,y=R.gens() sage: I=R.ideal([1+x*y,x+y]) sage: I.vector_space_dimension() 2