source: git/Tst/Short/bug_solve.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was 1427f62, checked in by Hans Schoenemann <hannes@…>, 6 years ago
test: solve for rings with complex cf.
  • Property mode set to 100644
File size: 205 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// solve for rings with complex cf.
5LIB "solve.lib";
6ring r = complex, (x,y), dp;
7ideal I = ((x-5)*y+16)/32, y^2-x^3-5*x-10;
8def R=solve(I);
9setring R; SOL;
10R;
11
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.