source: git/Tst/Short/bug_barei.tst @ b7d0a9c

spielwiese
Last change on this file since b7d0a9c was 999dd8f, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* bareis_bug git-svn-id: file:///usr/local/Singular/svn/trunk@3875 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 223 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r;
5poly f=2*xy-yz+x^2+z^3;
6matrix M = jacob(jacob(jet(f,2)));
7bareiss(M);
8
9matrix m[3][3] = x,2,3,4,5,6;
10det(m);
11
12LIB "classify.lib";
13poly h = 2*xy-yz+x^2+z^3;
14classify(h);
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.