Subject: how to retain local variables for recursion?
From: Richard Fateman
Date: Tue, 26 Sep 2006 16:17:07 -0700
I think you'll probably have to show an example.
Perhaps you should not use parameters to the recursive function instead
of local variables.
dp2 at cise.ufl.edu wrote:
>Hi,
>I am using recursive function, but the old values in the local variables
>are being overwritten in the function. They are behaving as static
>variables. Does anybody know how to avoid it?
>Thanks,
>Dileep
>_______________________________________________
>Maxima mailing list
>Maxima at math.utexas.edu
>http://www.math.utexas.edu/mailman/listinfo/maxima
>
>