Changes between Version 7 and Version 8 of SageCodingRoadMap
- Timestamp:
- 02/08/17 09:08:57 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SageCodingRoadMap
v7 v8 38 38 * A class for BCH codes #20335 39 39 * Goppa codes would be extremely nice to have. 40 * A -G codes41 To support Algebraic Geomet riccodes in Sage, we need the following building blocks:40 * AG codes 41 To support Algebraic Geomety codes in Sage, we need the following building blocks: 42 42 * Representation of algebraic curves. Done: `Curve` and `AffineSpace`/`ProjectiveSpace`. 43 43 * Representation of divisors. Done: see `Curve.divisor`.