dynamically created symbol



Richard Fateman wrote
> We should agree that
> integrate(f(t,x), t, a ,b)
>  has the same meaning as

> integrate(f(gensym1,x), gensym1, a, b).

If integration calls asksign on the integration variable, the user will be quizzed on the sign of a gensym. And that's not nice. I know of no easy solution to this.  Maybe this could be
fixed with some special alias mechanism for asksign.  Actually  asksign should never be called on the  integration variable of a definite integral--questions, if any, should be about
integrand parameters or limits of integration. 

--Barton