Changeset a07784 in git for Tst/Short/factorizeQa_s.tst


Ignore:
Timestamp:
Dec 5, 2012, 4:03:45 PM (11 years ago)
Author:
Alexander Dreyer <adreyer@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ae900ff750a6fe0dbab70a5aa87cc48fc3dd280e
Parents:
b3646035aca6a8d660df952d443268649a51090907ff965ddd552fe3a981f417b2da928dca53a8f2
Message:
Merge branch 'spielwiese' of github.com:Singular/Sources into spielwiese-pyobject
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/factorizeQa_s.tst

    rb36460 ra07784  
    5454factorize (f1*f2);
    5555
     56ring rw =(0,w),(x,y),dp;
     57minpoly = w4-w3+2w2+w+1;
     58poly f = x15-y15-15*x13+15*y13+90*x11-90*y11-275*x9+275*y9+450*x7-450*y7-378*x5+378*y5+140*x3-140*y3-15*x+15*y;
     59factorize(f);
     60
    5661kill r;
    5762ring r= (0,a),(x,y,z,s),dp;
Note: See TracChangeset for help on using the changeset viewer.