source:
git/Tst/New/interred_prot.tst
Last change on this file was 75f460, checked in by , 8 years ago | |
---|---|
|
|
File size: 218 bytes |
Line | |
---|---|
1 | option(); |
2 | |
3 | LIB "tst.lib"; tst_init(); |
4 | |
5 | option(); |
6 | |
7 | ring s12=32003,(x,y,z,w),dp; |
8 | ideal i0=x2-z10-z20,xy3-z10-z30,y6-xy3w40; |
9 | option(redSB); |
10 | option(prot); |
11 | test(23+32); |
12 | |
13 | option(); |
14 | interred(i0^3); |
15 | option(); |
16 | |
17 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.