spielwiese
Last change
on this file since a7efa79 was
a7efa79,
checked in by Hans Schönemann <hannes@…>, 16 years ago
|
*hannes: new book version
git-svn-id: file:///usr/local/Singular/svn/trunk@10182 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
311 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | ============================= example 1.9.24 ============================== |
---|
5 | |
---|
6 | LIB "ncalg.lib"; |
---|
7 | def A = makeUsl2(); |
---|
8 | setring A; |
---|
9 | ideal T = 4*e*f+h^2-2*h; // central element in U(sl_2) |
---|
10 | T = twostd(T); |
---|
11 | T; |
---|
12 | qring Q = twostd(T); |
---|
13 | ideal I = e2,f; |
---|
14 | ideal LI = std(I); |
---|
15 | LI; |
---|
16 | |
---|
17 | tst_status(1);$ |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.