source: git/Tst/Manual/symmetricBasis.tst @ 42ea848

spielwiese
Last change on this file since 42ea848 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 222 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "matrix.lib";
3// basis of the 3-rd symmetricPower of a 4-dim vector space:
4def R = symmetricBasis(4, 3, "@e"); setring R;
5R;  // container ring:
6symBasis; // symmetric basis:
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.