source: git/Tst/Buch/Example_3_4_5.tst @ 8d1432e

fieker-DuValspielwiese
Last change on this file since 8d1432e was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 218 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"random.lib";
5ring R=0,(x,y,z),lp;
6ideal I=xy,xz;
7dim(std(I));
8
9ideal M=ideal(sparsetriag(3,3,0,100)
10       *transpose(maxideal(1)));
11M;
12
13map phi=R,M;
14ideal J=phi(I);
15J;
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.