source: git/Tst/Buch/Example_1_9_23.tst @ a7efa79

spielwiese
Last change on this file since a7efa79 was a7efa79, checked in by Hans Schönemann <hannes@…>, 17 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: 252 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4=============================  example 1.9.23  ===============================
5
6ideal I = e2,f;
7ideal LI = std(I);
8print(matrix(LI));  // a compact form of an ideal
9ideal TI = twostd(I);
10print(matrix(TI));
11
12tst_status(1);$
13
Note: See TracBrowser for help on using the repository browser.