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:
568 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | ============================= example 1.9.25 =============================== |
---|
5 | |
---|
6 | LIB "ncalg.lib"; |
---|
7 | LIB "center.lib"; |
---|
8 | def A0 = makeUsl2(); // U(sl_2) over the rationals |
---|
9 | setring A0; |
---|
10 | // compute the centralizer of f^2 up to degree 6 |
---|
11 | ideal C = centralizer(f^2,6); C; |
---|
12 | ideal Z = center(5); Z; |
---|
13 | def A5 = makeUsl2(5); // U(sl_2) over Z/5Z |
---|
14 | setring A5; |
---|
15 | ideal Z = center(5); |
---|
16 | Z; |
---|
17 | |
---|
18 | // we are in the algebra A5 |
---|
19 | ideal T = twostd(4ef+h2-2h); |
---|
20 | T; |
---|
21 | qring Q = T; |
---|
22 | // compute the centralizer of f^2 up to degree 6 |
---|
23 | ideal C = centralizer(f^2,6); |
---|
24 | C; |
---|
25 | |
---|
26 | tst_status(1);$ |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.