spielwiese
Last change
on this file since 3d3d16 was
3d3d16,
checked in by Olaf Bachmann <obachman@…>, 23 years ago
|
* added Gerhar's test files
git-svn-id: file:///usr/local/Singular/svn/trunk@4762 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
247 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | option(prot); |
---|
4 | |
---|
5 | ring r=32003,(w,x,y,z),ds; |
---|
6 | int a =20; |
---|
7 | int b =10; |
---|
8 | int c =3; |
---|
9 | int t =1; |
---|
10 | poly f= x^a+y^b+z^(3*c)+x^(c+2)*y^(c-1)+x^(c-1)*y^(c-1)*z3+x^(c-2)*y^c*(y2+t*x)^2; |
---|
11 | ideal j=jacob(f); |
---|
12 | ideal i=std(j); |
---|
13 | |
---|
14 | tst_status(1);$ |
---|
15 | |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.