source: git/Tst/Buch/Example_1_9_23.tst @ 107aac

spielwiese
Last change on this file since 107aac was 9faaf0, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: syntax fix git-svn-id: file:///usr/local/Singular/svn/trunk@10214 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 332 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ===========================  example 1.9.23  ===============================
5LIB "ncalg.lib";
6def A=makeUsl(2);
7setring A;
8
9option(redSB);
10option(redTail);
11
12ideal I = e2,f;
13ideal LI = std(I);
14print(matrix(LI));  // a compact form of an ideal
15ideal TI = twostd(I);
16print(matrix(TI));
17
18tst_status(1);$
19
Note: See TracBrowser for help on using the repository browser.