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

fieker-DuValspielwiese
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: 312 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ===========================  example 1.9.24  ==============================
5
6LIB "ncalg.lib";
7def A = makeUsl2();
8setring A;
9ideal T = 4*e*f+h^2-2*h; // central element in U(sl_2)
10T = twostd(T);     
11T;
12qring Q = twostd(T);
13ideal I = e2,f;
14ideal LI = std(I);
15LI;
16
17tst_status(1);$
18
Note: See TracBrowser for help on using the repository browser.