Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finite Chain Rings #13398

Open
sagetrac-tfeulner mannequin opened this issue Aug 24, 2012 · 1 comment
Open

Finite Chain Rings #13398

sagetrac-tfeulner mannequin opened this issue Aug 24, 2012 · 1 comment

Comments

@sagetrac-tfeulner
Copy link
Mannequin

sagetrac-tfeulner mannequin commented Aug 24, 2012

A finite ring R is said to be a chain ring, if its set of left ideals form a chain.

This class of rings is very important in coding theory since it contains
finite fields, integer residue rings of prime power order and Galois rings.

This is a first attempt to implement these rings. Furthermore this patch provides a class
FiniteRing_base
which stores the arithmetic of finite rings in tables.

CC: @burcin @wdjoyner @sagetrac-dlucas

Component: algebra

Keywords: finite chain rings

Author: Thomas Feulner

Issue created by migration from https://trac.sagemath.org/ticket/13398

@sagetrac-tfeulner sagetrac-tfeulner mannequin added this to the sage-5.11 milestone Aug 24, 2012
@sagetrac-tfeulner
Copy link
Mannequin Author

sagetrac-tfeulner mannequin commented Oct 12, 2012

Attachment: finite_chain_rings.patch.gz

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@mkoeppe mkoeppe removed this from the sage-6.4 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants