source:
git/Tst/Short/bug_tr739.tst
@
4d031c
Last change on this file since 4d031c was 4d031c, checked in by , 8 years ago | |
---|---|
|
|
File size: 143 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | |
4 | ring rng = 2,(x,y,z),dp; |
5 | ideal I = x*z^2+y^2+y, x*y+y^2*z^2; |
6 | matrix cs=char_series(I); |
7 | print(cs); |
8 | |
9 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.