source: git/Tst/Manual/module_declarations.tst @ 228e0b

fieker-DuValspielwiese
Last change on this file since 228e0b 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: 266 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r=0,(x,y,z),(c,dp);
3  vector s1 = [x2,y3,z];
4  vector s2 = [xy,1,0];
5  vector s3 = [0,x2-y2,z];
6  poly   f  = xyz;
7  module m = s1, s2-s1,f*(s3-s1);
8  m;
9  // show m in matrix format (columns generate m)
10  print(m);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.