Changeset de4e64 in git for Singular/LIB/resbinomial.lib
- Timestamp:
- Mar 25, 2011, 1:42:07 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- e58dbbcf6a5baa54b4f5fc50f8945a2ac3463453
- Parents:
- 636c2808c40cfb805ae982e6a313b80f12ef1ef9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/resbinomial.lib
r636c28 rde4e64 1005 1005 list flag=identifyvar(); 1006 1006 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; 1008 1008 list L=data(J,2,4); 1009 1009 list LL=determinecenter(L[1],L[2],2,4,0,0,Lmb,flag,0,-1); // Compute the first center … … 1022 1022 list flag=identifyvar(); 1023 1023 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; 1025 1025 list L2=data(J,2,4); 1026 1026 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.