source: git/Tst/Manual/letterplace_multiplication.tst @ cbf01b

fieker-DuValspielwiese
Last change on this file since cbf01b was 5e08331, checked in by Karim Abou Zeid <karim23697@…>, 4 years ago
Fix extremely critical bug in Letterplace multiplication. +Tests so it doesn't happen again.
  • Property mode set to 100644
File size: 202 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = 0,(a,b,c,d),dp;
4ring R = freeAlgebra(r, 5);
5(a + b) * (c + d); // a*c + a*d + b*c + b*d
6(a + b) * (b + a); // a*a + a*b + b*a + b*b
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.