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:
371 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | ============================= example 1.9.22 ============================== |
---|
5 | |
---|
6 | LIB "ncalg.lib"; |
---|
7 | def A = makeUsl(2); |
---|
8 | setring A; |
---|
9 | option(redSB); |
---|
10 | option(redTail); // we wish to compute reduced bases |
---|
11 | ideal I = e2,f; |
---|
12 | ideal LI = std(I); |
---|
13 | print(matrix(LI)); // a compact form of an ideal |
---|
14 | ideal RI = rightStd(I); |
---|
15 | print(matrix(RI)); |
---|
16 | |
---|
17 | tst_status(1);$ |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.