First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 0 years ago

Max Alekseyev gravatar image

Dimension 1 tells us about the system having too many "degrees of freedom". Since we work in a finite field, it is easy to deal with it by fixing one of the variables, say, x:

variety = sum( (Ideal(polynomials+[x-x0]).variety() for x0 in Fq), [] )

which produces 16 solutions.