vermaseren / form

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

Normalize statement doesn't work for "MINVECTOR" #163

Closed tueda closed 7 years ago

tueda commented 7 years ago
CF f;
V p;
L F = f(-p);
normalize f;
P;
.end

gives

FORM 4.1 (Dec 21 2016, v4.1-20131025-286-g8be1301) 64-bits  Run: Fri Dec 23 19:05:25 2016
   F =
      f(-p);

which is expected as - f(p).