Changeset 716fec5 in git for Singular/LIB/chern.lib


Ignore:
Timestamp:
Sep 30, 2019, 11:39:29 PM (5 years ago)
Author:
Oleksandr <o.g.yena@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
5ffaed54a2ac4fe7fbb95caf21cd74404495a7a19a5db07ccdea4f85178465a6fd7464d26ff45e4b
Parents:
ca571b423f62c83c3c92dfe2a6f7c9c4b710b735
Message:
* fixing a bug in EulerAff
* correcting misprint in a comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/chern.lib

    rca571b r716fec5  
    34083408  ideal J=homog(I, homvar@);
    34093409  ideal JJ=J, homvar@;
    3410   return( CSMA(J)[n]-CSMA(JJ)[n] );
     3410  return( CSMA(J)[n+1]-CSMA(JJ)[n+1] );
    34113411}
    34123412example
     
    34143414  "EXAMPLE:";echo =2;
    34153415  ring r = 0, (x, y), dp;
    3416   // compute the Euler characteristic of the affine ellipric curve y^2=x^3+x+1;
     3416  // compute the Euler characteristic of the affine elliptic curve y^2=x^3+x+1;
    34173417  ideal I=y2-x3-x-1;
    34183418  EulerAff(I);
Note: See TracChangeset for help on using the changeset viewer.