Ignore:
Timestamp:
Dec 6, 2011, 12:02:30 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
600d9a415e87303ccbc4a8f4460e9617a66c7f81
Parents:
ae3ad6cdf6204f707110d832cded7d76f5258ed2
git-author:
Martin Lee <martinlee84@web.de>2011-12-06 12:02:30+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-12 21:04:27+01:00
Message:
chg: sqrfree command now returns also multiplicities by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/paraplanecurves.lib

    rae3ad6 rfee24e  
    16301630        gdummy = gdummy + lead(fdummy);
    16311631      }
    1632    ideal SQRpart = sqrfree(gdummy);
     1632   poly SQRpart = sqrfree(gdummy, 3);
    16331633   int IntForRet;
    1634    if(deg(SQRpart[1])==intMult)
     1634   if(deg(SQRpart)==intMult)
    16351635     {
    16361636        IntForRet = intMult;
Note: See TracChangeset for help on using the changeset viewer.