source: git/Tst/Old/homo.tst @ 37cd955

spielwiese
Last change on this file since 37cd955 was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 459 bytes
Line 
1//
2// test script for homog command
3//
4ring r1 = 32003,(x,y,z),(c,ds);
5r1;
6"-------------------------------";
7poly s1=x2y3+45x6y3+68x4z5+80y6x8;
8poly s2=6x5+3y6+8z6;
9poly s3=12xyz3+2y3z6;
10ideal i1=s1,s2,s3;
11homog(s2,z);
12"--------------------------------";
13homog(i1,z);
14"--------------------------------";
15homog(s1,y);
16"--------------------------------";
17homog(i1,x);
18"----------------------------------";
19listvar(all);
20kill r1;
21LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.