function valorf = avaliaf(x,y) valorf = (x^2)/4 + (y^2)/8 - 1; return end