posible bug - clashing variable names in integrals
Subject: posible bug - clashing variable names in integrals
From: Stavros Macrakis
Date: Sun, 4 Oct 2009 12:56:27 -0400
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