spielwiese
Last change
on this file since efba711 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:
258 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | ================================example 1.9.29 =============================== |
---|
5 | |
---|
6 | ring s = 0,(p,q),dp; |
---|
7 | ncalgebra(1,q^2); // setting the relation qp = pq + q^2 |
---|
8 | ideal I = p+q, p2+q2; |
---|
9 | eliminate(I,q); |
---|
10 | |
---|
11 | eliminate(I,p); |
---|
12 | |
---|
13 | tst_status(1);$ |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.