Windows ccl installer to play with
- Subject: Windows ccl installer to play with
- From: David Billinghurst
- Date: Thu, 07 Jun 2012 00:48:26 +1000
Here is a windows ccl installer to play with.
Maxima branch_5_27_base_114_gfb5c29c_dirty
using Lisp Clozure Common Lisp Version 1.8-r15286M (WindowsX8632)
http://billinghurst.customer.netspace.net.au/maxima-branch_5_27_base_114_gfb5c29c_dirty-ccl.exe
(33 MB)
I don't have a lot of space, so I will delete it at my convenience.
Built on recent mingw/msys/gcc using unpatched git source
./configure --prefix=c:/maxima \
--enable-lang-es --enable-lang-pt --enable-lang-pt_BR \
--with-ccl=/c/programs/ccl/wx86cl.exe --enable-ccl-exec \
--disable-gcl
make
make install
make iss
There are three testsuite failures that I don't understand.
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)