Changeset de4e64 in git


Ignore:
Timestamp:
Mar 25, 2011, 1:42:07 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
e58dbbcf6a5baa54b4f5fc50f8945a2ac3463453
Parents:
636c2808c40cfb805ae982e6a313b80f12ef1ef9
Message:
fix example


git-svn-id: file:///usr/local/Singular/svn/trunk@14067 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/resbinomial.lib

    r636c28 rde4e64  
    10051005  list flag=identifyvar();
    10061006  ideal J=x(1)^2-x(2)^2*x(3)^5, x(1)*x(3)^3+x(4)^6;
    1007   list Lmb=1,list0(4),list0(4),list0(4),iniD(4),iniD(4),list0(4),-1;
     1007  list Lmb=1,Resbinomial::list0(4),Resbinomial::list0(4),Resbinomial::list0(4),iniD(4),iniD(4),Resbinomial::list0(4),-1;
    10081008  list L=data(J,2,4);
    10091009  list LL=determinecenter(L[1],L[2],2,4,0,0,Lmb,flag,0,-1); // Compute the first center
     
    10221022  list flag=identifyvar();
    10231023  ideal J=x(1)^3-x(2)^2*x(3)^5, x(1)*x(3)^3+x(4)^5;
    1024   list Lmb=2,list0(4),list0(4),list0(4),iniD(4),iniD(4),list0(4),-1;
     1024  list Lmb=2,Resbinomial::list0(4),Resbinomial::list0(4),Resbinomial::list0(4),iniD(4),iniD(4),Resbinomial::list0(4),-1;
    10251025  list L2=data(J,2,4);
    10261026  list L3=determinecenter(L2[1],L2[2],2,4,0,0,Lmb,flag,0,-1); // Example with rational exponents in E-Coeff
Note: See TracChangeset for help on using the changeset viewer.