ALLFAC INDEX

ALLFAC _ _ _ _ _ _ _ _ _ _ _ _ switch

The allfac switch, when on, causes REDUCE to factor out automatically common products in the output of expressions. Default is on.

examples:


x + x*y**3 + x**2*cos(z); 

                 3
  X*(COS(Z)*X + Y   + 1) 


off allfac; 

x + x*y**3 + x**2*cos(z); 

          2      3
  COS(Z)*X  + X*Y   + X

The allfac switch has no effect when pri is off. Although the switch setting stays as it was, printing behavior is as if it were off.