Changeset bde46a in git for Singular/LIB/brnoeth.lib
- Timestamp:
- Dec 11, 2000, 3:16:01 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f0df61e85e43def91335a7159df82cd656e3a294
- Parents:
- 28822fb8fecdb17179793bda1e8b0e697a232144
- 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:19Singular Exp $";1 version="$Id: brnoeth.lib,v 1.2 2000-12-11 14:16:01 Singular Exp $"; 2 2 info=" 3 3 LIBRARY: brnoeth.lib … … 12 12 KEYWORDS: Weierstrass semigroup; Algebraic Geometry codes; Brill-Noether algorithm 13 13 14 MAIN PROCEDURES: 14 OVERVIEW: 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 22 PROCEDURES: 15 23 Adj_div(f); computes the conductor of a curve 16 24 NSplaces(h,A); computes non-singular places up to given degree … … 29 37 permute_L(L,P); applies a permutation to a list 30 38 31 OVERVIEW: Implementation of the Brill-Noether algorithm for solving the32 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) curves35 defined over a prime field of positive charateristic.@*36 You can get more information about the library just37 by reading the end of the file brnoeth.lib.38 39 "; 39 40 40 41 41 // ============================================================================= 42 43 42 44 43 LIB "matrix.lib"; … … 47 46 // -> LIB "general.lib","ring.lib"; 48 47 // maybe useful : LIB "linalg.lib","primdec.lib","normal.lib"; 49 50 48 51 49 // =============================================================================
Note: See TracChangeset
for help on using the changeset viewer.