posible bug - clashing variable names in integrals



On Sun, Oct 4, 2009 at 12:36 PM, Barton Willis <willisb at unk.edu> wrote:

> ...I used "->" as shorthand for a lambda form:
>



> (%i4) fsum(k -> 1/k,1,n);
>  (%o4) psi[0](n+1)+%gamma
>

I like the idea of a concise syntax for lambda-expressions, but how to
generalize to more than one argument? Perhaps [x,y]->x/y or (x,y)->x/y or
something?

          -s