
CONFIG

END;

INPUT

hom_variable_group x, y, z;
function f, g;

f = x^2 - z^2;
g = x*y - z^2;

END;
