off rlabout;



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


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



basis := { - x1 + 40, x1 - 40};


basis := { - x1 + 40,x1 - 40}


classifyComponents {basis};


{{{x1}},{{x1}},{{x1 = 40}},{C},C}


end;

