source: git/Tst/Buch/Example_1_9_22.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 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: 374 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// =============================  example 1.9.22  ==============================
5
6LIB "ncalg.lib";
7def A = makeUsl(2);
8setring A;
9option(redSB); 
10option(redTail); // we wish to compute reduced bases
11ideal I = e2,f;
12ideal LI = std(I);
13print(matrix(LI));  // a compact form of an ideal
14ideal RI = rightStd(I);
15print(matrix(RI));
16
17tst_status(1);$
18
Note: See TracBrowser for help on using the repository browser.