kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
228 stars 37 forks source link

Integration variables should be treated as dummy 'indices' #124

Open kpeeters opened 5 years ago

kpeeters commented 5 years ago

An expression like

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

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