off rlabout;



symbolic (infile "../../SUPPORT/real.red" where !*output=nil);


symbolic (infile "../../SUPPORT/strings.red" where !*output=nil);



basis := { - 12*x1**3 + 1536*x1**2 - 38399*x1 + 156250, 12*x1**3 - 1536*x1**2 + 38399*x1 - 156250};


basis := 

         3          2                          3          2
{ - 12*x1  + 1536*x1  - 38399*x1 + 156250,12*x1  - 1536*x1  + 38399*x1 - 156250}


classifyComponents {basis};


{{{x1}},{{x1}},{failed},{X},X}


end;

