15 May 00:21
Is it a bug?
From: Alexey Beshenov <al <at> beshenov.ru>
Subject: Is it a bug?
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-14 22:25:34 GMT
Subject: Is it a bug?
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-14 22:25:34 GMT
In 5.14.0 (CLISP 2.41) calling desolve inside a "for...do" block makes it loop
endlessly. Is it a bug?
(%i1) for i : 1 thru 3 do (print(i));
1
2
3
(%o1) done
(%i2) for i : 1 thru 3 do (desolve('diff(foo(x),x)=1,foo(x)), print(i));
1
1
1
...
--
--
Alexey Beshenov <al <at> beshenov.ru>
http://beshenov.ru/
_______________________________________________ Maxima mailing list Maxima <at> math.utexas.edu http://www.math.utexas.edu/mailman/listinfo/maxima
RSS Feed