how to retain local variables for recursion?



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
>  
>