-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Method for the rate of a linear code. #20342
Comments
Commit: |
comment:2
Hello, I implemented a generic method to compute the rate of a code. David New commits:
|
Changed keywords from linear code to linear code, sd75 |
Author: David Lucas |
comment:4
Hi David, the docstring "Return the ratio of information symbols to code length." should be "Return the ratio of the number of information symbols to the code length." Daniel |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Reviewer name... |
Reviewer: Daniel Augot |
comment:9
Merge conflict |
Changed branch from u/dlucas/rate_method_for_linear_codes to u/jlavauzelle/rate_method_for_linear_codes |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Hi, I fixed the merge conflict. Back to positive review. Julien |
Changed branch from u/jlavauzelle/rate_method_for_linear_codes to |
The "rate" of a linear code is
k/n
wherek
is the dimension andn
the length of the code. This is fundamental number that all coding theorists use. This should be available for any linear code in Sage.Note that it should be implemented on the class
AbstractLinearCode
to be available to bothLinearCode
and specific families of codes such asGeneralizedReedSolomonCode
.CC: @sagetrac-dlucas
Component: coding theory
Keywords: linear code, sd75
Author: David Lucas
Branch/Commit:
e397cec
Reviewer: Daniel Augot
Issue created by migration from https://trac.sagemath.org/ticket/20342
The text was updated successfully, but these errors were encountered: