source: git/Tst/New/hnoether_transcendental.tst @ 662ece

spielwiese
Last change on this file since 662ece was 0aebfe, checked in by Janko Boehm <boehm@…>, 11 years ago
Added minimal failing test for hnoether
  • Property mode set to 100644
File size: 172 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "hnoether.lib";
4ring r = (3,t),(x,y),ds;
5    poly f = y8+4x3y6+6x6y4+2x5y5+4x9y2+4x8y3+x12+2x11y+2x10y2+x13;
6hnexpansion(f);
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.