source: git/Tst/Buch/Example_1_8_13.tst @ 891438c

spielwiese
Last change on this file since 891438c was 891438c, checked in by Gerhard Pfister <pfister@…>, 23 years ago
*GP: initial release git-svn-id: file:///usr/local/Singular/svn/trunk@5579 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 277 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring A=0,(x,y,z),dp;
5ideal I1=x,y;
6ideal I2=y2,z;
7quotient(I1,I2);     
8
9ideal J1=intersect(I1,ideal(I2[1]));
10ideal J2=intersect(I1,ideal(I2[2]));
11J1;
12J2;
13
14ideal K1=J1[1]/I2[1];
15ideal K2=J2[1]/I2[2],J2[2]/I2[2];
16intersect(K1,K2);
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.