@@ -1141,8 +1141,8 @@ InstallMethod( AssociatedWeylAlgebra,
11411141 function ( LD )
11421142 local R, c, oper;
11431143
1144- # # Q[m,s,D ][a1,...,a_s]<D1,D1_,...,Ds,Ds_>
1145- # # IBPRelation is a construction which is linear only over Q[m,s,D ]
1144+ # # Q[m,s,d ][a1,...,a_s]<D1,D1_,...,Ds,Ds_>
1145+ # # IBPRelation is a construction which is linear only over Q[m,s,d ]
11461146 R := RingOfLoopDiagram( LD );
11471147
11481148 c := Length( RelativeIndeterminatesOfPolynomialRing( R ) );
@@ -1160,10 +1160,10 @@ InstallMethod( IBPRelation,
11601160 function ( vec, LD )
11611161 local R, Y, exponents, c, D_s, oper, div , jacLD;
11621162
1163- # # Q[D ,s12,s14][D1,D2,D3,D4,D5,D6,D7,N8,N9]
1163+ # # Q[d ,s12,s14][D1,D2,D3,D4,D5,D6,D7,N8,N9]
11641164 R := HomalgRing( vec );
11651165
1166- # # Q[D ,s12,s14][a1,a2,a3,a4,a5,a6,a7,a8,a9]<D1,D1_,D2,D2_,D3,D3_,D4,D4_,D5,D5_,D6,D6_,D7,D7_,N8,N8_,N9,N9_>/( D1*D1_-1, D2*D2_-1, D3*D3_-1, D4*D4_-1, D5*D5_-1, D6*D6_-1, D7*D7_-1, N8*N8_-1, N9*N9_-1 )
1166+ # # Q[d ,s12,s14][a1,a2,a3,a4,a5,a6,a7,a8,a9]<D1,D1_,D2,D2_,D3,D3_,D4,D4_,D5,D5_,D6,D6_,D7,D7_,N8,N8_,N9,N9_>/( D1*D1_-1, D2*D2_-1, D3*D3_-1, D4*D4_-1, D5*D5_-1, D6*D6_-1, D7*D7_-1, N8*N8_-1, N9*N9_-1 )
11671167 Y := DoubleShiftAlgebra( R );
11681168
11691169 # # [ "a1", "a2", "a3", "a4", "a5", "a6", "a7", "a8", "a9" ]
0 commit comments