source: git/Tst/Manual/Type_casting.tst @ ef52d6

fieker-DuValspielwiese
Last change on this file since ef52d6 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: 267 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r=0,x,(c,dp);
3  number(3x);
4  number(poly(3));
5  ideal i=1,2,3,4,5,6;
6  print(matrix(i));
7  print(matrix(i,3,2));
8  vector v=[1,2];
9  print(matrix(v));
10  module(matrix(i,3,2));
11  // generators are columns of a matrix
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.