Changeset bbd7c8 in git
- Timestamp:
- Feb 4, 2015, 5:54:25 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c416199867800cce181076de04f893dd65d4111c
- Parents:
- 48d66afcfd578627347de972483894aa987b9f60
- Location:
- Singular/LIB
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/dmod.lib
r48d66a rbbd7c8 6311 6311 vector V = M2[1]; 6312 6312 number bcand = leadcoef(V[1]); // 1st component 6313 V [1]=0;6313 V=V-V[1]; 6314 6314 number ct = content(V); // content of the cofactors 6315 6315 poly CF = ct*V[ncols(J)]; // polynomial in K[s]<x,dx>, cofactor to F -
Singular/LIB/gmssing.lib
r48d66a rbbd7c8 932 932 module U,U0,U1,U2; 933 933 matrix N; 934 s=0;935 934 for(i=size(F);i>=1;i--) 936 935 { -
Singular/LIB/reszeta.lib
r48d66a rbbd7c8 4265 4265 if(savedCent==1) 4266 4266 { 4267 vector otherComp; 4268 otherComp[M[int(leadcoef(path[1,ncols(path)])),size(BO[4])-1]] 4269 =1; 4267 vector otherComp= 4268 gen(M[int(leadcoef(path[1,ncols(path)])),size(BO[4])-1]); 4270 4269 } 4271 4270 kill savedCent;
Note: See TracChangeset
for help on using the changeset viewer.