source: git/Tst/Short/bug_tr773.tst @ ffdadd

spielwiese
Last change on this file since ffdadd was ffdadd, checked in by Hans Schoenemann <hannes@…>, 8 years ago
fix: tr. #773 (and test)
  • Property mode set to 100644
File size: 293 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// The exterior algebra over a single variable
5
6LIB "nctools.lib";
7ring a1 = (0),(e),dp;
8def A1 = superCommutative(1);
9setring A1;
10e^2;
11e^2==0;
12ring a2 = (0),(e,f),dp;
13def A2 = superCommutative(1);
14setring A2;
15e^2;
16e^2==0;
17setring A1;
18e^2;
19e^2==0;
20
21tst_status(1);$
Note: See TracBrowser for help on using the repository browser.