A normal form equation g for fl represented by an element of type NormalFormEquation.
Note: So far the final scaling step is not implemented, so to obtain a normal form equation
it may be necessary to do a transformation of the form x->lambda1*x, y->lambda2*y
Note: Case X9 is not implemented yet. In this case an error is returned stating that it is case X9.
g.normalFormEquation.in stores the polynomial ring containing the normal form equation.
g.normalFormEquation.value is the normal form equation.
To access the normal form equation as a polynomial do:
def S = g.normalFormEquation.in;
setring S;
poly nf = g.normalFormEquation.value;