Changeset 59a7579 in git
- Timestamp:
- Sep 5, 2013, 6:19:24 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- d08f31ec492e80432ec78e29d4f3158324fd928f
- Parents:
- e9aefc41300f0c74802c31fda85dcd345045a835
- git-author:
- Martin Lee <martinlee84@web.de>2013-09-05 18:19:24+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-09-06 11:28:45+02:00
- Location:
- Tst
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Long/ncfactor_counterExOld_l.tst
re9aefc r59a7579 8 8 setring(r); 9 9 poly L = (1+x^2*d)^4; 10 facFirstWeyl(L); 10 def l=facFirstWeyl(L); 11 testNCfac (l, L); 12 l; 11 13 12 14 tst_status(); -
Tst/Long/ncfactor_lee_l.tst
re9aefc r59a7579 8 8 setring(r); 9 9 poly L = 10x5d4+26x4d5+47x5d2-97x4d3; 10 facFirstWeyl(L); 10 def l=facFirstWeyl(L); 11 testNCfac (l, L); 12 l; 11 13 12 14 tst_status(); -
Tst/Short/ncfactor_example2_7FromMaster_s.tst
re9aefc r59a7579 7 7 setring(r); 8 8 poly L = (xdd + xd+1+ (xd+5)*x)*(((x*d)^2+1)*d + xd+3+ (xd+7)*x); 9 facFirstWeyl(L); 9 def l=facFirstWeyl(L); 10 testNCfac (l, L); 11 l; 10 12 11 13 tst_status(); -
Tst/Short/ncfactor_inhomog_s.tst
re9aefc r59a7579 7 7 setring(r); 8 8 poly h = (x^3+x+1)*(x^4+y*x+2); 9 facFirstWeyl(h); 9 def l=facFirstWeyl(h); 10 testNCfac (l, h); 11 l; 10 12 tst_status(); 11 13 poly h2 = (x^2*y+y)*(y+x*y); 12 facFirstWeyl(h); 14 l=facFirstWeyl(h2); 15 testNCfac (l, h2); 16 l; 13 17 tst_status(); 14 18 tst_status(1); $ -
Tst/Short/ncfactor_koepf_s.tst
re9aefc r59a7579 7 7 setring(r); 8 8 poly L = (x^4-1)*x*d^2+(1+7*x^4)*d+8*x^3; 9 facFirstWeyl(L); 9 def l=facFirstWeyl(L); 10 testNCfac (l, L); 11 l; 10 12 11 13 tst_status(); -
Tst/Short/ncfactor_tsai_s.tst
re9aefc r59a7579 7 7 setring(r); 8 8 poly L = (x^6+2*x^4-3*x^2)*d^2-(4*x^5-4*x^4-12*x^2-12*x)*d + (6*x^4-12*x^3-6*x^2-24*x-12); 9 facFirstWeyl(L); 9 def l=facFirstWeyl(L); 10 testNCfac (l, L); 11 l; 10 12 11 13 tst_status();
Note: See TracChangeset
for help on using the changeset viewer.