cadabra2 icon indicating copy to clipboard operation
cadabra2 copied to clipboard

Integration variables should be treated as dummy 'indices'

Open kpeeters opened this issue 6 years ago • 0 comments

An expression like

ex:=\int{ f(y) }{y}**2;
expand_power(_);

should have the integration variable renamed for the 2nd factor.

kpeeters avatar Jan 14 '19 21:01 kpeeters