Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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