Maxima 5.29.1



maxima-5.29.1 is in Gentoo. Full run times of the testsuite in different 
lisps on a 32-bit x86 box, and failed tests, are

sbcl-1.1.2     169
gcl-2.6.8_pre  192
cmucl-20c      213
ccl-1.8        261  rtest15 (37, 193, 196)
ecl-12.12.1    389
clisp-2.49     662

On a 64-bit x86_64 box (cmucl is not available for this platform):

sbcl-1.1.2     160
gcl-2.6.8_pre  198
ccl-1.8        273
ecl-12.12.1    389
clisp-2.49     882

All tests have passed on the 64-bit ccl-1.8, but not on 32-bit:

Running tests in rtest15:
********************** Problem 37 ***************
Input:
     2         2 - %pi
  sin (3 a) sin (----- + a + b)
                   3
(-----------------------------
             2     %pi
          sin (a - ---)
                    3
                                 - %pi
    2 sin(a) sin(3 a) cos(b) sin(----- + a + b) sin(3 a + 3 b)
                                   3
  - ----------------------------------------------------------
                             %pi
                     sin(a - ---) sin(a + b)
                              3
       2       2
    sin (a) sin (3 a + 3 b)
  + -----------------------, result : trigrat(%%),
             2
          sin (a + b)
expected : (- (- 9 + 10 cos(2 a) - 2 sqrt(3) sin(2 a) - cos(4 a)
  + sqrt(3) sin(4 a) + 10 cos(2 b) - 2 sqrt(3) sin(2 b) - cos(4 b)
  + sqrt(3) sin(4 b) - 4 cos(2 b - 2 a) - 8 cos(2 a + 2 b)
  + 4 sqrt(3) sin(2 a + 2 b) + 2 cos(4 a + 2 b) - 2 sqrt(3) sin(4 a + 2 b)
  + 2 cos(2 a + 4 b) - 2 sqrt(3) sin(2 a + 4 b) - cos(4 a + 4 b)
  + sqrt(3) sin(4 a + 4 b)))/4, ratsimp(result - expected))


Result:
Polynomial quotient is not exact
error-catch

This differed from the expected result:
0

********************** Problem 193 ***************
Input:
                2
               t  log(t)
integrate(-----------------, t, 0, 1)
             2            4
           (t  - 1) (1 + t )


Result:
                    2
   (sqrt(2) - 2) %pi
- ------------------
           32

This differed from the expected result:
                  2
(sqrt(2) - 1) %pi
------------------
         9/2
        2

********************** Problem 196 ***************
Input:
                                         1
factor(expand(sqrtdenest(integrate(------------, x, 0, 1))))
                                    1          4
                                    - + (x - 3)
                                    2
                                     3/4      9/4
                     73 + sqrt(2) + 2    - 3 2
  - factor((- (- log(----------------------------)
                                  33
                        3/4      9/4              3/4    5/2    13/4
        73 + sqrt(2) - 2    + 3 2              - 2    + 2    - 2
  + log(----------------------------) + 2 atan(---------------------)
                     33                                3/4    13/4
                                                 98 + 2    - 2
            3/4    5/2    13/4
           2    + 2    + 2         7/4
  + 2 atan(-------------------)))/2   )
                   3/4    13/4
           - 98 + 2    - 2


Result:
          13/4    5/2    3/4              13/4    5/2    3/4
         2     + 2    + 2              - 2     + 2    - 2
(2 atan(-------------------) + 2 atan(---------------------)
            13/4    3/4                    13/4    3/4
         - 2     + 2    - 98            - 2     + 2    + 98
           9/4    3/4                            9/4    3/4
        3 2    - 2    + sqrt(2) + 73        - 3 2    + 2    + sqrt(2) + 73
  + log(----------------------------) - log(------------------------------))
                     33                                   33
                 9/4    3/4
   7/4        3 2    - 2    + sqrt(2) + 73
/2    - (log(----------------------------)
                           33
             9/4    3/4
        - 3 2    + 2    + sqrt(2) + 73
  - log(------------------------------) - 2
                      33
           3/4                      1/4
       79 2    + 365 sqrt(2) + 877 2    + 5
  atan(------------------------------------)
                      10657
                 3/4                      1/4
           - 79 2    + 365 sqrt(2) - 877 2    + 5    7/4
  + 2 atan(--------------------------------------))/2
                           10657

This differed from the expected result:
0

250/253 tests passed

The following 3 problems failed: (37 193 196)

Andrey