Changeset bde46a in git


Ignore:
Timestamp:
Dec 11, 2000, 3:16:01 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
f0df61e85e43def91335a7159df82cd656e3a294
Parents:
28822fb8fecdb17179793bda1e8b0e697a232144
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@4861 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/brnoeth.lib

    r28822f rbde46a  
    1 version="$Id: brnoeth.lib,v 1.1 2000-12-11 13:50:19 Singular Exp $";
     1version="$Id: brnoeth.lib,v 1.2 2000-12-11 14:16:01 Singular Exp $";
    22info="
    33LIBRARY:   brnoeth.lib
     
    1212KEYWORDS:  Weierstrass semigroup; Algebraic Geometry codes; Brill-Noether algorithm
    1313
    14 MAIN PROCEDURES:
     14OVERVIEW:  Implementation of the Brill-Noether algorithm for solving the
     15           Riemann-Roch problem and applications in Algebraic Geometry codes.
     16           The computation of Weierstrass semigroups is also implemented.@*
     17           The procedures are intended only for plane (singular) curves
     18           defined over a prime field of positive charateristic.@*
     19           You can get more information about the library just
     20           by reading the end of the file brnoeth.lib.
     21
     22PROCEDURES:
    1523 Adj_div(f);            computes the conductor of a curve
    1624 NSplaces(h,A);         computes non-singular places up to given degree
     
    2937 permute_L(L,P);        applies a permutation to a list
    3038
    31 OVERVIEW:  Implementation of the Brill-Noether algorithm for solving the
    32            Riemann-Roch problem and applications in Algebraic Geometry codes.
    33            The computation of Weierstrass semigroups is also implemented.@*
    34            The procedures are intended only for plane (singular) curves
    35            defined over a prime field of positive charateristic.@*
    36            You can get more information about the library just
    37            by reading the end of the file brnoeth.lib.
    3839";
    3940
    40 
    4141// =============================================================================
    42 
    4342
    4443LIB "matrix.lib";
     
    4746// -> LIB "general.lib","ring.lib";
    4847// maybe useful : LIB "linalg.lib","primdec.lib","normal.lib";
    49 
    5048
    5149// =============================================================================
Note: See TracChangeset for help on using the changeset viewer.