Menu

#558 diff is not evaluated

closed
nobody
None
5
2004-04-16
2004-04-16
hubert
No

Hi,

I have installed Maxima 5.9.0 on several computers
under Linux,
with Clisp 2.31 and 2.33. Nowhere the 'diff' command
produces
the expected result, more precisely, the result is not
evaluated.
This works:

(C1) diff(sin(x));
(D1) COS(x) DEL(x)

but this doesn't:

(C2) diff(sin(x),x);
d
(D2) -- (SIN(x))
dx

Is it a bug in Maxima, Clisp, an incomplete
installation or an incorrect
configuration? I tried to find an answer on Internet
but I failed.

Anybody has a hint? Thanks in advance.
Hubert

Discussion

  • James Amundson

    James Amundson - 2004-04-16
    • status: open --> closed
     
  • James Amundson

    James Amundson - 2004-04-16

    Logged In: YES
    user_id=28457

    Maxima 5.9.0 is incompatible with clisp versions > 2.29. If
    you run "make check" with Clisp 2.31 or 2.33, you will see
    many errors. The problem has been fixed in cvs.

    Either get an old version of clisp or grab the most recent
    Maxima snapshot from the Sourceforge project page.

     

Log in to post a comment.