Hello,
I just tried load(affine) to check out the grobner basis algorithm and the linear solver but it says:
;; Loading file /usr/local/share/maxima/5.16.3/share/affine/sys-declaim.lisp ...
;; Loaded file /usr/local/share/maxima/5.16.3/share/affine/sys-declaim.lisp
0 errors, 0 warnings
Load failed for /usr/local/share/maxima/5.16.3/share/affine/affine.lisp
-- an error. To debug this try debugmode(true);
I searched in the archives and found that affine has given problems in the past.
Robert Didier fixed some things in 5.12.0 to succesfully load affine.
Is there a fix available to load affine?
Regards,
Nijso
On 5/25/07, josh kantor wrote:
>> The package affine appears to be broken in maxima-5.12.0 both the released
>> version and the latest cv s image.
>
>Josh, I've corrected some minor errors in share/affine and I find that
>load(affine) succeeds now (with a lot of warnings) after entering
>"y", "n", and "y" to the questions that are asked.
>Also I've made a minor change to src/clmacs.lisp.
>So if you update from cvs you should get all those changes.
>
>That said, the warning messages make me uneasy, and I don't
>have any clear idea about what affine is supposed to do, so I
>can't tell if it works. Maybe you can tell us more about what you
>are trying to do and we'll go from there.
>
>Sorry I can't be more helpful,
>Robert Dodier