source: git/Tst/Manual/qhspectrum.tst @ 76ce4e6

fieker-DuValspielwiese
Last change on this file since 76ce4e6 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 197 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "sing.lib";
3ring r;
4poly f=x3+y5+z2;
5intvec w=10,6,15;
6qhspectrum(f,w);
7// the spectrum numbers are:
8// 1/30,7/30,11/30,13/30,17/30,19/30,23/30,29/30
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.