source: git/Tst/New/ignoring_denominators_of_coefficients.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 520eaa5, checked in by Mohamed Barakat <mohamed.barakat@…>, 11 years ago
created a new test: ignoring_denominators_of_coefficients.tst
  • Property mode set to 100644
File size: 200 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring R_loc = 0, (x,y), ds;
4poly f = 2x2-y3;
5ring Rt_loc = (0,t), (x,y), ds;
6setring Rt_loc;
7poly F = imap(R_loc,f)-(t/2)*y2;
8poly f_def = subst(F,t,1/10);
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.