On Tuesday 14 October 2003 01:27, Wolfgang Jenkner wrote:
>Does the following patch make things work as expected?
>
Wow! It seems to work! I shall correct itensor.dem a little. I also have to
test things more extensively.
Many thanks!
Valery
>
>>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Index: itensor.lisp
>===================================================================
>RCS file: /cvsroot/maxima/maxima/share/tensor/itensor.lisp,v
>retrieving revision 1.4
>diff -u -r1.4 itensor.lisp
>--- itensor.lisp 29 Jan 2003 21:06:33 -0000 1.4
>+++ itensor.lisp 13 Oct 2003 15:40:38 -0000
>@@ -678,7 +678,7 @@
>
> (DEFUN SPLICE2 (X)
> (COND ((FIXP X)(EXPLODE X))
>- (T (CDR (EXPLODE X)))))
>+ (T (CDR (EXPLODEc X)))))
>
> (DEFUN DERIV (E)
> (PROG (EXP Z COUNT V)
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>Wolfgang
>
>_______________________________________________
>Maxima mailing list
>Maxima@www.math.utexas.edu
>http://www.math.utexas.edu/mailman/listinfo/maxima