bug27 280 B

123456789101112
  1. % on combineexpt; can lead to a number of problems. E.g., in the solve
  2. % test, this one runs forever even though it works ok here:
  3. on combineexpt;
  4. off solvesingular, fullroots;
  5. solve((x**(1/2)-(x-a)**(1/3))*(acos x-acos(2*x-b))* (2*log x
  6. -log(x**2+x-c)-4),x);
  7. end;