Hello all,

There's a bug in maxima 5.17.0-5. The input I type in is:

integrate(r^(-3), r, R, inf);

The output maxima gives me (after responding that R is positive) is:

Integral is divergent
 -- an error.  To debug this try debugmode(true);

The correct output is:

1/(2*R^2)

This expression "integrate(r^(-3), r, R, D);" produces the correct
output (after answering that R-D is positive and D is positive).

I am using sbcl 1.0.24-2, and fink --version gives:
Package manager version: 0.28.6
Distribution version: selfupdate-rsync Wed Jan 21 16:33:36 2009, 10.5, i386

I don't know if this needs to be passed upstream or not, but thought
I'd run it by the list first.

Thanks,
Sean

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to