source: git/Tst/Short/bug_barei.tst @ 4e59df4

fieker-DuValspielwiese
Last change on this file since 4e59df4 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
RevLine 
[ee18d8]1LIB "tst.lib";
2tst_init();
3
4ring r;
5poly f=2*xy-yz+x^2+z^3;
6matrix M = jacob(jacob(jet(f,2)));
[999dd8f]7bareiss(M);
8
9matrix m[3][3] = x,2,3,4,5,6;
10det(m);
[ee18d8]11
12LIB "classify.lib";
[999dd8f]13poly h = 2*xy-yz+x^2+z^3;
[ee18d8]14classify(h);
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.