Changeset 3576f6 in git


Ignore:
Timestamp:
Sep 30, 2010, 8:08:38 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0a2f7deb9cde7da147b192a31ec765e4f3923a09
Parents:
6c265be9fad13d2b204e3404c097aca03a223223
Message:
fix LIB includes

git-svn-id: file:///usr/local/Singular/svn/trunk@13355 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/integralbasis.lib

    r6c265b r3576f6  
    443443/// Timings on wawa Sept 30
    444444/////////////////////////////////////////////////////////////////////////////
    445 LIB"intbasis.lib";
     445LIB"integralbasis.lib";
    446446// -------------------------------------------------------
    447447// Example 1
  • Singular/LIB/paraplanecurves.lib

    r6c265b r3576f6  
    253253and y as algebraic and computes an integral basis in C(x)[y] of the integral
    254254closure of C[x] in C(x,y) using the normalization algorithm from normal.lib
    255 (see intbasis.lib). In a future edition of the library, also van Hoeij's
     255(see integralbasis.lib). In a future edition of the library, also van Hoeij's
    256256algorithm for computing the integral basis will be available. @*
    257257From the integral basis, the adjoint ideal is obtained by linear algebra.
     
    454454transcendental and y as algebraic and computes an integral basis in C(x)[y] of
    455455the integral closure of C[x] in C(x,y) using the normalization algorithm
    456 from normal.lib (see intbasis.lib). In a future edition of the library, also
    457 van Hoeij's algorithm for computing the integral basis will be available. @*
     456from normal.lib (see integralbasis.lib). In a future edition of the library,
     457also van Hoeij's algorithm for computing the integral basis will be available.@*
    458458From the integral basis, the adjoint ideal is obtained by linear algebra.
    459459Alternatively, the algorithm starts with a local analysis of the singular
Note: See TracChangeset for help on using the changeset viewer.