source: git/Tst/Manual/makeLetterplaceRing.tst @ 7161aca

fieker-DuValspielwiese
Last change on this file since 7161aca was fbe09a1, checked in by Karim Abou Zeid <karim.abou.zeid@…>, 5 years ago
Update tests
  • Property mode set to 100644
File size: 353 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = 0,(x,y,z),Dp;
4def A = makeLetterplaceRing(2);
5setring A;  A;
6isFreeAlgebra(A);
7lpDegBound(A);  // degree bound
8lpVarBlockSize(A); // number of variables in the main block
9ring r2 = 0,(x,y,z),(dp(1), dp(2));
10setring r2; def B = makeLetterplaceRing(2,1); // to compare:
11setring B;  B;
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.