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:
526 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | =============================== example 1.9.30 ============================== |
---|
5 | |
---|
6 | LIB "ncalg.lib"; |
---|
7 | def A0 = makeUsl2(); setring A0; |
---|
8 | option(redSB); option(redTail); |
---|
9 | ideal I = e2,f2,h2-1; |
---|
10 | I = twostd(I); |
---|
11 | print(matrix(I)); // ideal in a compact form |
---|
12 | |
---|
13 | qring A = I; // we move to a GR--algebra A |
---|
14 | ideal Ke = modulo(e,0); |
---|
15 | Ke = std(Ke+std(0)); // normalize Ke w.r.t. the factor ideal |
---|
16 | Ke; |
---|
17 | |
---|
18 | ideal Kh = modulo(h-1,0); |
---|
19 | Kh = std(Kh+std(0)); |
---|
20 | Kh; // the kernel of h-1 |
---|
21 | |
---|
22 | tst_status(1);$ |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.