Skip to content

Commit 7a5811e

Browse files
committed
Fix tst diffs
1 parent c0fb9b9 commit 7a5811e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tst/wedderga07.tst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ gap> A:=[3,Rationals,12,[[2,5,3],[2,7,0]],[[3]]];
231231
gap> RootOfDimensionOfCyclotomicAlgebra(A);
232232
12
233233

234-
# doc/div-alg.xml:739-758
234+
# doc/div-alg.xml:739-757
235235

236236
gap> G:=SmallGroup(48,15);
237237
<pc group of size 48 with 5 generators>
@@ -249,7 +249,7 @@ gap> SimpleComponentOfGroupRingByCharacter(Rationals,G,n)
249249
> ;#Note:this cyclotomic algebra is isomorphic to the other by a change of basis.
250250
[ 1, Rationals, 12, [ [ 2, 5, 3 ], [ 2, 7, 0 ] ], [ [ 3 ] ] ]
251251

252-
# doc/div-alg.xml:773-784
252+
# doc/div-alg.xml:772-783
253253

254254
gap> G:=SmallGroup(48,16);
255255
<pc group of size 48 with 5 generators>
@@ -260,7 +260,7 @@ gap> LocalIndexAtInftyByCharacter(CF(3),G,Irr(G)[i]);
260260
1
261261

262262

263-
# doc/div-alg.xml:817-833
263+
# doc/div-alg.xml:816-832
264264

265265
gap> G:=SmallGroup(72,21);
266266
<pc group of size 72 with 5 generators>
@@ -276,7 +276,7 @@ false
276276
gap> DefectOfCharacterAtP(G,Irr(G)[i],3);
277277
2
278278

279-
# doc/div-alg.xml:875-888
279+
# doc/div-alg.xml:874-887
280280

281281
gap> G:=SmallGroup(80,28);
282282
<pc group of size 80 with 5 generators>
@@ -289,7 +289,7 @@ gap> LocalIndexAtPByBrauerCharacter(Rationals,G,i,5);
289289
gap> FinFieldExt(Rationals,G,5,i,9);
290290
2
291291

292-
# doc/div-alg.xml:890-900
292+
# doc/div-alg.xml:889-899
293293

294294
gap> G:=SmallGroup(72,20);
295295
<pc group of size 72 with 5 generators>
@@ -299,7 +299,7 @@ gap> LocalIndexAtPByBrauerCharacter(Rationals,G,Irr(G)[i],3);
299299
gap> LocalIndexAtPByBrauerCharacter(Rationals,G,i,2);
300300
1
301301

302-
# doc/div-alg.xml:944-956
302+
# doc/div-alg.xml:943-955
303303

304304
gap> G:=SmallGroup(48,15);
305305
<pc group of size 48 with 5 generators>
@@ -311,7 +311,7 @@ gap> LocalIndexAtTwoByCharacter(Rationals,G,Irr(G)[i]);
311311
gap> LocalIndexAtTwoByCharacter(CF(3),G,Irr(G)[i]);
312312
1
313313

314-
# doc/div-alg.xml:1011-1030
314+
# doc/div-alg.xml:1010-1029
315315

316316
gap> LocalIndicesOfRationalSymbolAlgebra(-1,-1);
317317
[ [ infinity, 2 ], [ 2, 2 ] ]
@@ -330,7 +330,7 @@ gap> A:=QuaternionAlgebra(CF(5),3,-2);
330330
gap> LocalIndicesOfRationalQuaternionAlgebra(A);
331331
fail
332332

333-
# doc/div-alg.xml:1056-1071
333+
# doc/div-alg.xml:1055-1070
334334

335335
gap> A:=QuaternionAlgebra(Rationals,-30,-15);
336336
<algebra-with-one of dimension 4 over Rationals>
@@ -345,7 +345,7 @@ false
345345
gap> LocalIndicesOfRationalQuaternionAlgebra(A);
346346
[ ]
347347

348-
# doc/div-alg.xml:1122-1135
348+
# doc/div-alg.xml:1121-1134
349349

350350
gap> G:=SmallGroup(96,35);
351351
<pc group of size 96 with 6 generators>
@@ -358,7 +358,7 @@ gap> DecomposeCyclotomicAlgebra(A);
358358
[ [ NF(8,[ 1, 7 ]), CF(8), [ -1 ] ],
359359
[ NF(8,[ 1, 7 ]), NF(24,[ 1, 7 ]), [ E(8)+2*E(8)^2+E(8)^3 ] ] ]
360360

361-
# doc/div-alg.xml:1159-1177
361+
# doc/div-alg.xml:1158-1176
362362

363363
gap> A:=[NF(24,[1,11]),CF(24),[-1]];
364364
[ NF(24,[ 1, 11 ]), CF(24), [ -1 ] ]
@@ -376,7 +376,7 @@ e
376376
gap> b[2]*b[3]+b[3]*b[2];
377377
0*e
378378

379-
# doc/div-alg.xml:1204-1224
379+
# doc/div-alg.xml:1203-1223
380380

381381
gap> A:=QuaternionAlgebra(CF(5),-3,-1);
382382
<algebra-with-one of dimension 4 over CF(5)>

0 commit comments

Comments
 (0)