Changeset f835e7e in git
- Timestamp:
- Jul 30, 2019, 4:24:01 PM (4 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 6ca326dd0aa9608cd34d22903d3d6a579fde9c80
- Parents:
- 30bd623ca1f0c0a63607b206e02914bcc6580c2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ellipticcovers.lib
r30bd62 rf835e7e 253 253 { 254 254 ff=f*xx^k; 255 for (j=1; j<=k; j++) i255 for (j=1; j<=k; j++) 256 256 { 257 257 ff=diff(ff,xx)/j; … … 360 360 ideal I = maxideal(a); 361 361 list L; 362 for (int j=1;j<=size(I);j++) i362 for (int j=1;j<=size(I);j++) 363 363 { 364 364 L[j]=leadexp(I[j]);
Note: See TracChangeset
for help on using the changeset viewer.