source: git/Tst/Buch/Example_1_9_20.tst @ 6ce030f

spielwiese
Last change on this file since 6ce030f 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: 356 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ========================== example 1.9.20  ==================================
5
6LIB "ncalg.lib";
7// load the library with the definition of U((sl_2)
8def A = makeUsl(2); // set up U(sl_2)
9setring A;
10option(redSB); 
11option(redTail); // we wish to compute reduced bases
12ideal I = e2,f;
13ideal LI = std(I);
14LI;
15
16tst_status(1);$
17
Note: See TracBrowser for help on using the repository browser.