vermaseren / form

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

Dimension of index gets wrongly mapped when it is declared as `auto` symbol #405

Closed benruijl closed 1 year ago

benruijl commented 2 years ago

I've discovered a new way to compute pi :

#-
Auto S D;
Auto I mu=D;

L F3 = d_(mu3,mu3);
Print +s;
.end
   F3 =
       + pi_
      ;
tueda commented 2 years ago

Sounds related to #324, #325.

benruijl commented 1 year ago

Duplicate of #324