# NOTE: variables are indexed from 0 
FIELD=F0
NUMBER_OF_VARIABLES=3
x[0]^2-2*x[0]*x[2]+5
x[0]*x[1]^2+x[1]*x[2]+1
3*x[1]^2-8*x[0]*x[2]
