vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
982 stars 118 forks source link

replace_ on multiple denominators #316

Open t-hahn opened 4 years ago

t-hahn commented 4 years ago

From L test = 1/(2*a)/(2*a)*replace_(a, b); I get 1/4*a^-1*b^-1 Is this canonical behavior?

Thanks, Thomas