off rlabout;



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


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



P := {{3*x1-25*x2}};


p := {{3*x1 - 25*x2}}


classifyComponents P;


{{{x1,x2}},

 {{x1,x2}},

                  - 3
 {{x1 = -1,x2 = ------}},
                  25

 {C},

 C}


end;

