Ignore:
Timestamp:
Dec 6, 2011, 12:02:30 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.