On 8/8/08, Michael Abshoff <michael.abshoff at googlemail.com> wrote:
> Load failed for
> /home/mabshoff/maxima+ecl/maxima/share/linearalgebra/eigens-by-jacobi.lisp
> Load failed for
> /home/mabshoff/maxima+ecl/maxima/share/linearalgebra/load-linearalgebra-lisp-files.lisp
> error-catch
Can you try loading these via the Lisp LOAD function? i.e.
:lisp (load "foo.lisp")
You might have to try load(linearalgebra); then :lisp (load ...)
because other stuff is loaded before the files mentioned above;
dunno if that is necessary.
> ********************** Problem 41 ***************
> Input:
> 2
> subst(1, z, quotient(%, - 54 a ))
>
>
> Result:
> 0
>
> This differed from the expected result:
> 3 3
> x + a x y + y
Dunno what's going on there.
> I used an external boehm_gc (7.1) and did not the build in one provided
> by ecl (6.8).
Well, I guess I'd recommend pretty stronly to build ECL with
default options, in the interest of getting consistent results
between installations (yours & everyone else's).
> Thanks for fixing the Maxima+ECL issues. Hopefully I can contribute a 64
> bit MSVC installer for Maxima 5.16+ECL once the final release has been done.
I guess MSVC means Windows, right? Can you build a 32-bit Windows
installer too?
Thanks very much for your help,
Robert Dodier